Sunday, July 20, 2008

Linux Tunnel SSH

If you have trouble to reach remote services you can use SSH tunnels.
To build a tunnel from your host and the port X to the host A and port Y via the host B (where you have a remote login account) you can simply use:

ssh -L X:A:Y user@B

No comments:

Post a Comment