rsub with sublime and ssh connection refusual

后端 未结 8 1832
被撕碎了的回忆
被撕碎了的回忆 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:50

    For anyone getting this same error using PuTTy on Windows, this commenter gives great instructions:

    1. In PuTTy's config window, nagivate to the Connection > SSH > Tunnels pane
    2. In the "Source Port" field, type 52698
    3. In the "Destination" field, type 127.0.0.1:52698
    4. Select the "Remote" and "Auto" radio buttons
    5. Click the "Add" button
    6. Go to the Session pane and save if you want to preserve these settings.

    Here's an image which does the explaining visually:

    rsub configuration windows putty sublime text ssh

提交回复
热议问题