Hello...
I'd like to have a Mac VNC client remote a Windows VNC server. The Windows VNC server is behind a NAT firewall. I'd like to use SSH to handle the forwarding.
I need to know which SSH would be best for me to use on the Windows side and for the Mac side.
I'm a novice to SSH (ok, a newbie ), but am familiar with Win&Mac VNC apps and have configured the firewall for port forwarding (which is what I'm trying to avoid by using SSH).
Any suggestions?
THx,
D.
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
- 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
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
- 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
SSH, VNC, Windows & Mac
SSH, VNC, Windows & Mac
Last edited by dsmcd01 on 2005-03-09 15:49, edited 1 time in total.
Re: SSH, VNC, Windows & Mac
Cygwin or openssh both seem to work pretty good, having a unix server would be best option I hear.dsmcd01 wrote:Hello...
I need to know which SSH would be best for me to use on the Windows side and for the Mac side.
I'm a novice to SSH, but am familiar with Win&Mac VNC apps and have configured the firewall for port forwarding (which is what I'm trying to avoid by using SSH).
If you are trying to avoid port forwarding this means you already have SSH forwarded on your internal network with the windows serveR??
no matter what you do if you want someone from the outside in you either have to initiate the connection out to the remote computer ( as in the server connects to the viewer) or you have to explicitly state that you want any request go to your computer through port forwarding.
Re: SSH, VNC, Windows & Mac
Rats...just when I thought I was getting it... I thought I could have SSH on the VNC server and SSH on the VNC client, and the client could connect to the server through the firewall without configuring port forwarding on the firewall. Is this not correct?Ipsec wrote: If you are trying to avoid port forwarding this means you already have SSH forwarded on your internal network with the windows serveR??
no matter what you do if you want someone from the outside in you either have to initiate the connection out to the remote computer ( as in the server connects to the viewer) or you have to explicitly state that you want any request go to your computer through port forwarding.
Thanks again,
D.
unfortunately to connect two computers behind router / firewalls you have to specify which computer on that internal network recieves the request based upon the port it uses.
the easier non secure way would be to have both computers on the internet exposed, no router, no router firewall, and the firewall on the receiving computer firewalled to allow those requests. this would not require port forwarding
the easier non secure way would be to have both computers on the internet exposed, no router, no router firewall, and the firewall on the receiving computer firewalled to allow those requests. this would not require port forwarding
Last edited by ipsec on 2005-03-09 16:56, edited 1 time in total.