Confused About VNC and SSH?

Joined
Nov 19, 2006
Messages
284
Reaction score
2
Points
18
I would like to remote control my pc with my mac, I have used VNC and it worked great. Then I realized that VNC is not encrypted, so since i'll be doing this often from my college dorm (think about about 250 people, someone has to be a computer engineer or something, snooping around) I think it would be better to use a VNC session inside a SSH tunnel. After browsing around I found that I don't even need a VNC client and or a VNC server? Just use SSH to remote control my pc? Another website said that I should use the SSH Helper and SSH Tunnel ManagerAt this point I need someone to clarify this. How would you guys go about this? Also both of my machines have Dynamic IP's :( so I think I need a DNS service thingy so I can use my pc, I have checked out No-ip Is this what I need? Thanks for the help in advance!
 
Joined
May 22, 2005
Messages
2,159
Reaction score
67
Points
48
Location
Closer than you think.
Your Mac's Specs
Performa 6116 2GBSCSI 8MB OS 7.5.3
If you just want to remote control the PC, use Remote Desktop Connection. It's free and it's encrypted. You can download it right from Microsoft's site. This is all assuming that you're PC is XP or higher.

I'm not familiar with No IP, but DynDNS is free and what I use for dynamic IP's.

In regards to VNC over SSH, this is what I use to control my Mac from my PC since I haven't seen a Mac freindly VNC server that uses encryption. (I suppose there are things I could do but haven't)

I use SSH Tunnel Manager to create the SSH connection and to set up the tunnels I want to use, like 5901:1MY.EXT.IP.AD:5900 Then when using COTVNC I enter 127.0.0.1:5901. SSH then does the routing over the encrypted tunnel to the ports prespecified.

Also since a lot of the places I work block port 22 traffic outbound I setup my Mac to listen for SSH requests on port 443, which is usually always open.

ssh -p 443 MY.EXT.IP.AD -l username

This can all be specified in SSH Tunnel Manager.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top