-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
could not support non-standard sshd port for Turbovnc session manager. #312
Comments
I could you .ssh/config file to specify the port. Thank you! |
You can configure a host entry in the OpenSSH config file (~/.ssh/config on Un*x or
and then enter You can also use the
I intend to eventually add the ability to configure the SSH port using the TurboVNC Viewer Options dialog and also the ability to store settings on a per-host basis, but I ran out of time and funding to include those features in TurboVNC 3.0. For now, OpenSSH config file entries are probably the most straightforward solution if you need to connect repeatedly to the same host using a non-standard SSH port. |
Got, thank you very much! |
I'd like to reopen the issue. Neither solution is working for me:
What finally is working is I'd expect the same workflow as e.g. x2go - select auth method e.g. SSH and that's it. A lot of fiddling around and experimenting to get a simple example working. Not sure if previous options are deprecated but I miss more documentation. Also can you help me understand the point of having a passw login when one is already authenticating with a SSH key? |
Let me explain what is supposed to happen. As documented in the TurboVNC User's Guide, if you pass only a hostname or IP address to the TurboVNC Viewer, the TurboVNC Viewer will start the TurboVNC Session Manager, which connects to the specified hostname/IP address using SSH (subject to the values of the However, when you pass a hostname or IP address and a VNC display number to the TurboVNC Viewer, it will try to act like a "normal" VNC viewer, which means that it will:
The core of the issue is that SSH authentication failed for some reason, so the TurboVNC Session Manager didn't start. After that, you tried several things that wouldn't have worked:
Let's focus on the SSH authentication issue, since that is at the core of the problem. Please try |
From what I can tell it isn't satisfied with the ssh key type for some reason - ed25519. Saw your comment on a workaround. Works. Would be nice if that was a part of the docs. Anyhow, think that's the best support I got in last years. Happy user, thank you again. |
My Linux host's sshd listen on non-standard port rather than 22. It could not be used for Turbovnc session manager. Could it support customized port for sshd using by Turbovnc session manager?
The text was updated successfully, but these errors were encountered: