Has anybody tried to use SSH tunneling to the VNC repeater to create a secure VNC connection? Would that be more secure than the DSM plugin?
The tunnel would look like:
UltraVNC (viewer) -> PuTTY -> ..... -> OpenSSH server -> UltraVNC Repeater -> UltraVNC (server).
Or the Stunnel could be used instead of SSH.
Would that work?
Thanks for all your incredible work
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
UltraVNC Repeater + SSH tunneling
Yes, it would. I'm doing sth similar at several customer locations with firewalls, that do not allow outgoing connections on port 5900. Most times they allow ssh outgoing and incoming, so I log on to the fw or border gateway and create a ssh tunnel to our corporate fw system to access an internal windows machine. So it looks like:
Grey
Of course, you can use PuTTY for creating a tunnel on localhost, too. That would look like:Client --- BorderGateway ====SSHTUNNEL==== Firewall --- int. Machine
- normal connection
= secure connection
GreetsClient === FW/BG ====SSH TUNNEL==== FW/BG --- VNC Host
Grey