Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

jketron

macrumors member
Original poster
Mar 19, 2009
38
0
Anyone have any tips on this? I need to open a VNC session with a remote redhat server using my MAC and SSH
 
This is what I do,
Code:
ssh -NfL 5900:127.0.0.1:5900 username@192.168.10.10
5900 is the usual VNC port, but you can use a different one. The last set of numbers is your machines IP address.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.