rsub with sublime and ssh connection refusual

后端 未结 8 1954
被撕碎了的回忆
被撕碎了的回忆 2021-01-30 14:25

I am trying to use rsub to create tunnel in ssh to sublime text, I run the command rmate .profile but i get the following response. I am using wateroof to open the ports 52968 o

8条回答
  •  灰色年华
    2021-01-30 14:53

    For example my SSH config ~/.ssh/config file to connect with DigitalOcean with Remote Forward looks like:

    Host DigitalOcean
      Hostname xxx.xxx.xxx.xxx
      User username
      RemoteForward 52698 localhost:52698
    

    and is called in a terminal

    ssh DigitalOcean
    

    rmate then connects fine with my local Atom editor

提交回复
热议问题