16.4.05

ssh tunnel


$ ssh -g -C -N -L local_port:server:server_port user@firewall

-g Allows remote hosts to connect to local forwarded ports
-C Requests compression of all data
-N Do not execute a remote command
-L port:host:hostport

Nenhum comentário: