Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

-via does not allow to specify a port #347

Open
ydirson opened this issue Sep 3, 2016 · 2 comments
Open

-via does not allow to specify a port #347

ydirson opened this issue Sep 3, 2016 · 2 comments
Labels
enhancement New feature or request

Comments

@ydirson
Copy link

ydirson commented Sep 3, 2016

xvnc4viewer has support for "-via gateway:port" and $P in VNC_VIA_CMD.
Lack of this functionnality is worked around by using VNC_VIA_CMD, but is a bit awkward to use :)


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@CendioOssman CendioOssman added the enhancement New feature or request label Sep 5, 2016
@bphinz
Copy link
Contributor

bphinz commented May 7, 2017

In case it helps, the TigerVNC Java viewer supports specifying both the SSH port and SSH username of the gateway host from both the command line ("-via user@host:port") and also from the GUI.

@SuperShinyEyes
Copy link

@bphinz What kind of command do you give on GUI?

In Linux server I start a session as:

# start a server at port 5901
vncserver -SecurityTypes=TLSPlain -PlainUsers=$USER -pam_service login -desktop $HOSTNAME

then on an Ubuntu client I use:

./vncviewer localhost:1 -via username@address

I tried but failed:

screen shot 2017-10-24 at 21 52 42

screen shot 2017-10-24 at 21 52 47

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants