TurboVNC / turbovnc

Main TurboVNC repository
https://TurboVNC.org
GNU General Public License v2.0
761 stars 138 forks source link

Error creating new session with TurboVNC Viewer #313

Closed wanlinwang closed 2 years ago

wanlinwang commented 2 years ago

图片

As the snapshot shows, I came across error creating new session. Please, how to create a new session with TurboVNC Viewer on Windows, how could I specify a securitytype which use Linux user to authenticate? Many thanks.

wanlinwang commented 2 years ago

图片

图片

Could not create new session with this button. How can I fix it? Thanks.

dcommander commented 2 years ago

The host machine must have v3.0 beta1 (or later) of the TurboVNC Server installed in order to use the TurboVNC Session Manager. There is no need to authenticate using a Unix user account, because the TurboVNC Session Manager already authenticates using SSH (which is tied to your Unix user account) and a one-time password that is tunneled through the SSH connection. However, if you need to use another form of authentication with the session manager, you can pass -nosessmgrauto on the TurboVNC Viewer command line, as described here. That will allow you to use any security type with the TurboVNC Session Manager.

wanlinwang commented 2 years ago

The host machine must have v3.0 beta1 (or later) of the TurboVNC Server installed in order to use the TurboVNC Session Manager. There is no need to authenticate using a Unix user account, because the TurboVNC Session Manager already authenticates using SSH (which is tied to your Unix user account) and a one-time password that is tunneled through the SSH connection. However, if you need to use another form of authentication with the session manager, you can pass -nosessmgrauto on the TurboVNC Viewer command line, as described here. That will allow you to use any security type with the TurboVNC Session Manager.

Thank you for your prompt response. Is OTP necessary for creating new session?

dcommander commented 2 years ago

Yes, unless -nosessmgrauto is used.

wanlinwang commented 2 years ago

Yes, unless -nosessmgrauto is used.

Awesome, thank you.