-
Notifications
You must be signed in to change notification settings - Fork 7
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
Password protection #1
Comments
Andy Weidenbaum ***@***.***> wrote:
I get `fbvnc: vnc init failed!` when the VNC session is password
protected. Can password entry be hard coded into `fbvnc.c`, perhaps?
It should not be difficult to implement. The Handshake section of
RFC 6143 explains it:
https://datatracker.ietf.org/doc/html/rfc6143
However, using an SSH tunnel to connect to a password-less VNC
server seems more secure, and probably easier to set up.
Ali
|
I forked this repo, added VNC authentication, and made a few additional changes (e.g. touchscreen instead of mouse wheel). |
Uwe Klatt ***@***.***> wrote:
I forked this repo, added VNC authentication, and made a few additional changes (e.g. touchscreen instead of mouse wheel).
[https://github.com/uklatt/fbvnc](https://github.com/uklatt/fbvnc)
Very good. I will add a link to my litcave page.
Ali
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get
fbvnc: vnc init failed!
when the VNC session is password protected. Can password entry be hard coded intofbvnc.c
, perhaps?The text was updated successfully, but these errors were encountered: