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
For example my SSH config ~/.ssh/config file to connect with DigitalOcean with Remote Forward looks like:
~/.ssh/config
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