Notes
SSH Tunnel
This is a handy command to memorize:
ssh -fN -L $port1:$host1:$port2 $host2
This allows you to make requests to $host1 on $port1 to instead hit $host2 on $port2.
This is a handy command to memorize:
ssh -fN -L $port1:$host1:$port2 $host2
This allows you to make requests to $host1 on $port1 to instead hit $host2 on $port2.