SSH Local Port Forwarding

Foreground SSH Tunnel

 ssh -N -L <local_port>:<remote_host>:<remote_port> <ssh_host>

Background SSH Tunnel

 ssh -f -N -L <local_port>:<remote_host>:<remote_port> <ssh_host>


Comments

Popular posts from this blog

Migrating AWS Aurora MySQL Cross Accounts