1ssh -f -L 2222:54.86.218.65
1ssh -f -L 2222:vortex.myserver.com:22 localhost -N
-f
force-L
local-N
don’t execute any commands at remote host2222
is local portvortex.myserver.com
is remote server22
is remote portlocalhost
is the system we’re creating an alias forIt looks like you have connected to yourself, but what you have done is you’ve tunneled your connection on the 2222
local port. Now you have a gateway to a remote network.