Giter VIP home page Giter VIP logo

Comments (3)

dcommander avatar dcommander commented on July 23, 2024

Try adding -extssh to the command line. The viewer's built-in SSH client doesn't support ProxyJump.

from turbovnc.

bluecmd avatar bluecmd commented on July 23, 2024

Thanks! That will probably work. FWIW, I tried but at least on NixOS ssh is not in /usr/bin/ so I cannot use this option straight away:

Cannot run program "/usr/bin/ssh": error=2, No such file or directory

I need to figure out how to set VNC_TUNNEL_CMD or something.

If I may, it would probably be better to use /usr/bin/env ssh [1] as that is quite cross-platform.

Either way, I will close this particular issue as this will most likely work when I get the SSH part correct :-)

EDIT:

I went with:

$ VNC_TUNNEL_CMD='/usr/bin/env ssh -f -L %L:localhost:%R %H -n -N' vncviewer -fsaltenter -fullscreen -extssh -tunnel the-machine.local:1 

from turbovnc.

dcommander avatar dcommander commented on July 23, 2024

That's a good idea (using /usr/bin/env ssh.) I will look into it.

from turbovnc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.