美文网首页
SSH port forwarding

SSH port forwarding

作者: alston_tsao | 来源:发表于2017-09-03 19:58 被阅读0次

    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
    

    https://www.calazan.com/how-to-share-your-local-web-server-to-the-internet-using-a-reverse-ssh-tunnel/

    http://blog.trackets.com/2014/05/17/ssh-tunnel-local-and-remote-port-forwarding-explained-with-examples.html

    相关文章

      网友评论

          本文标题:SSH port forwarding

          本文链接:https://www.haomeiwen.com/subject/fhbjjxtx.html