You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like rsub relies on SSH portforwarding, which mosh doesn't support. There are several github issues for this, for example #337, so this would be a feature request
rsub doesn't seem to work through mosh
[rsub:https://github.com/henrikpersson/rsub]
This works:
This doesn't:
rsub: connect: Connection refused
What would you recommend?
[besides this workaround: in a terminal keep a tunnel open via ssh -N -R 52698:localhost:52698 $myserver]
NOTE: I have:
~/.ssh/config:
Host *
RemoteForward 52698 localhost:52698
The text was updated successfully, but these errors were encountered: