Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rsub: connect: Connection refused #787

Closed
timotheecour opened this issue Aug 11, 2016 · 3 comments
Closed

rsub: connect: Connection refused #787

timotheecour opened this issue Aug 11, 2016 · 3 comments

Comments

@timotheecour
Copy link

rsub doesn't seem to work through mosh
[rsub:https://github.com/henrikpersson/rsub]

This works:

ssh $myserver
rsub file.txt

This doesn't:

mosh $myserver
rsub file.txt

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

@eminence
Copy link
Member

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

@Catbodi
Copy link

Catbodi commented Oct 14, 2017

@eminence

Is this still not possible? Will it ever be possible with mosh?

@eminence
Copy link
Member

No. Mosh still does not support port forwarding. It's impossible to say if or when mosh will support this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants