You are here

Tunneling using ssh

Ivan Radovanovic's picture

To create tunnel using ssh execute following command:
ssh server -L local_port:remote_ip:remote_port -N
effect of this command is to create tunnel between localhost:local_port and remote_ip:remote_port going through server.

Tags: