-
Notifications
You must be signed in to change notification settings - Fork 86
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
add support for different ports? #171
Comments
Just discovered that you have to fiddle with passthrough for this. I created this.
But the logs say the following:
It seems it reports VNC invalid auth despite it working with other programs, like guacamole? I am using mac os default vnc service. |
It seems that the authentication algorithm is not supported. Could you enable debug logs in the [debug]
mod_vnc=0x11 |
4 security types. |
We don't implement any of these authentication methods, but some are documented / reverse-engineered:
On the other hand, since VNC is not a priority, this won't be done for a while. You can configure your server with one of the methods known by the proxy:
Or configure with VNC over SSH by opening an ssh tunnel in passthrought.py (see |
What I mean is target ports, how can you change them?
other question, how do you connect to vnc?
The text was updated successfully, but these errors were encountered: