J jketron macrumors member Original poster Dec 2, 2009 #1 Anyone have any tips on this? I need to open a VNC session with a remote redhat server using my MAC and SSH
Anyone have any tips on this? I need to open a VNC session with a remote redhat server using my MAC and SSH
angelwatt Moderator emeritus Dec 3, 2009 #2 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.
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.