aligrudi / fbvnc

A small Linux framebuffer VNC viewer
26 stars 7 forks source link

Password protection #1

Open atweiden opened 2 years ago

atweiden commented 2 years ago

I get fbvnc: vnc init failed! when the VNC session is password protected. Can password entry be hard coded into fbvnc.c, perhaps?

aligrudi commented 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 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
uklatt commented 1 year ago

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

aligrudi commented 1 year ago

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