remote ssh port forwarding
Fri, 2010-12-10 03:02
How can I connect to a server which is behind a router in a private LAN and has a private IP ?
The router forwards port 9xxx to port 22 on the private LAN.
The ip is xyz.dyndns.org, the user on the private server is user-0.
I want to use ssh from my notebook to log in to the remote server in the private LAN.
ssh -R .....
Thank you !








