I use RealVNC to remote-control my computer while on the go. But it annoys me that I have to type the access password each time. Is it possible to make RealVNC (Or any other VNC implementation) work with my keypair instead of a password?
|
feedback
|
|
One simple method that I regularly use when access a Linux VNC server is to just setup VNC to not require a password at all. But I also set it to only listen for connections on the loopback interface (127.0.0.1). Then I simply create an SSH tunnel to my box and use the SSH port forwarding for the authentication and remote access. | |||||||
feedback
|
|
If you pay for the Enterprise edition, presuming all your machines are in a domain, you can have RealVNC use your current login credentials instead of a separate user name and password using the single sign-on option. From the docs:
| |||
|
feedback
|