View Single Post
Posts: 1,417 | Thanked: 2,619 times | Joined on Jan 2011 @ Touring
#34
Originally Posted by biketool View Post
this setup assumes that there is NAT but you have mapped out port 1234 to your server.

ssh -p 1234 -L 9091:localhost:9091 user@whateveryouwant.dyndns.org
Just to be clear this assumes you have SSH running on port 1234 and you also have mapped port 1234 through the router to your server machine. It would probably be possible to map through to port 22 or port redirect an external to port to 22 for most people.