Tunneling using ssh

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.


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *