美文网首页
ssh 端口转发 - Rstudio server &

ssh 端口转发 - Rstudio server &

作者: 43daf5f8181f | 来源:发表于2016-11-16 17:25 被阅读38次

    Run these commands in your local machine:

    ssh -fNL 3309:localhost:3308 user@remote
    ssh -fNL 8788:localhost:8787 user@remote
    

    Now you can access rstudio server and jupyter notebook in browser via http://remote:8788 and http://remote:3309

    相关文章

      网友评论

          本文标题:ssh 端口转发 - Rstudio server &

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