I am wanting to have way to remote access multiple computers, VNC seems like the only opensource choice. And TigerVNC seems to be the best choice due to cross platform.The issue is though VNC by default is horrid on security, with only short passwords and no encryption. Seems like in VNC security is really a very small after thought.
On TigerVNC project website it states "TigerVNC also provides extensions for advanced authentication methods and TLS encryption."
Where can I find these extensions and details on them?
--
You received this message because you are subscribed to the Google Groups "TigerVNC User Discussion/Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tigervnc-users+unsubscribe@googlegroups.com.
To post to this group, send email to tigervnc-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tigervnc-users/KndqgGJ--3-0%40tutanota.com.
For more options, visit https://groups.google.com/d/optout.
On TigerVNC project website it states "TigerVNC also provides extensions for advanced authentication methods and TLS encryption."Where can I find these extensions and details on them?Yes, and on the client side nothing special is needed other than a compatible viewer which of course tigervnc's viewer is. the man pages should get you started. Server side is a touch more complicated in that you have to configure the security, and of course it does not work with other viewers or servers that do not have the same features. Tigervnc does not have a plugin architecture. The only plugins are the standard PAM modules for use with the password authentication types. for information on them any PAM tutorial will get you started. suggested search strings are "Pluggable authentication modules", "Linux PAM", and "Configuring PAM in <your favorite distro>". The last is particularly useful as many distros have simplified PAM configuration you might want to take advantage of
So TigerVNC supports PAM?
I am not sure if there is PAM support in Windows though?
Even then PAM would only cover authentication, not VNC session encryption right?
I believe there is a version of OpenSSH available for Windows.
https://github.com/PowerShell/Win32-OpenSSH
I am thinking about using OpenSSH for its great authentication and encryption, then just simply binding VNC to local OpenSSH service so I can have both public key authentication and encryption for cross platform support. Thoughts on this?
I know have alot of questions, but any questions answered and previously answered much appreciated.
~
On TigerVNC project website it states "TigerVNC also provides extensions for advanced authentication methods and TLS encryption."Where can I find these extensions and details on them?Yes, and on the client side nothing special is needed other than a compatible viewer which of course tigervnc's viewer is. the man pages should get you started. Server side is a touch more complicated in that you have to configure the security, and of course it does not work with other viewers or servers that do not have the same features. Tigervnc does not have a plugin architecture. The only plugins are the standard PAM modules for use with the password authentication types. for information on them any PAM tutorial will get you started. suggested search strings are "Pluggable authentication modules", "Linux PAM", and "Configuring PAM in <your favorite distro>". The last is particularly useful as many distros have simplified PAM configuration you might want to take advantage of
So TigerVNC supports PAM?
I am not sure if there is PAM support in Windows though?
Even then PAM would only cover authentication, not VNC session encryption right?
I believe there is a version of OpenSSH available for Windows.
https://github.com/PowerShell/Win32-OpenSSH
I am thinking about using OpenSSH for its great authentication and encryption, then just simply binding VNC to local OpenSSH service so I can have both public key authentication and encryption for cross platform support. Thoughts on this?
I know have alot of questions, but any questions answered and previously answered much appreciated.
~