sidja
11/22/2016 - 10:45 PM

Tunnel through SSH

Tunnel through SSH


#### Port remote host to local tunnel 
  
    ssh -L <local_port>:<local_host>:<remote_port> <remote_host> -N

		ssh  -L 6677:localhost:5432 bishop -N

		#or

		ssh  -L 55477:localhost:22 remotehost -N