Open atweiden opened 2 years ago
Andy Weidenbaum @.***> wrote:
I get
fbvnc: vnc init failed!
when the VNC session is password protected. Can password entry be hard coded intofbvnc.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). https://github.com/uklatt/fbvnc
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
Very good. I will add a link to my litcave page.
Ali
I get
fbvnc: vnc init failed!
when the VNC session is password protected. Can password entry be hard coded intofbvnc.c
, perhaps?