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
本文标题:SSH port forwarding
本文链接:https://www.haomeiwen.com/subject/fhbjjxtx.html
网友评论