Changes

Jump to: navigation, search
On the other client
== On the other client ==
This will connect to the server, and then set-up a local port forward (from the *''other client* '' to the server) such that dialing localhost:1235 *'''on the client* ''' will connect to localhost:12345 *'''on the server*'''. Of course, localhost:12345 on the server just forwards to localhost:22 on the laptop.
ssh -N -L 12345:localhost:12345 freedom.mgk.ro
ssh -p 12345 localhost
And should reach localhost:22 *'''on the laptop*'''.

Navigation menu