SSH port forwarding
2017-09-03 本文已影响0人
alston_tsao
Remote Port Forwarding
ssh user@domain -NT -o ServerAliveInterval=30 -R 8000:localhost:8000
-N: execute no command, useful when port forwarding
-T: ?
-n: background mode
Remote Port Forwarding
ssh user@domain -NT -o ServerAliveInterval=30 -R 8000:localhost:8000
-N: execute no command, useful when port forwarding
-T: ?
-n: background mode