I need to access a computer (Mac) at work over VNC, through another Mac at my house. I can connect with a PC using an SSH tunnel in Putty, but I can't figure out how to use a tunnel in Terminal (the Mac command line).
Here's what I've tried from the Mac terminal at home:
ssh -L 5905:192.168.2.169:5905
username@workdomain.com
Where...5905 is the local port
192.168.2.169:5905 is the IP address and port of the computer I'm trying to connect to with VNC
And
username@workdomain.com is the address of the SSH server in the office I'm trying to tunnel through.
This didn't work. Can someone please give me a nudge in the right direction to make this work?
Thanks!
Recent comments
1 day 23 hours ago
2 days 8 hours ago
2 days 10 hours ago
2 days 12 hours ago
2 days 13 hours ago
2 days 15 hours ago
2 days 16 hours ago
2 days 17 hours ago
3 days 9 hours ago
3 days 10 hours ago