-
Notifications
You must be signed in to change notification settings - Fork 743
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
Support for reverse port forwarding #499
Comments
Agree this would be very useful. Mosh already recognizes parts of ~/.ssh/config. It should also recognize directives like
|
This comment has been minimized.
This comment has been minimized.
2 similar comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
duplicate of #337 |
@d4l3k: I created this one as a separate issue specifically for reverse port forwarding, because I think people are talking about forward port forwarding in that other issue. |
That other issue mentions both the -R and -L flag.
…On Wed, Jul 11, 2018, 14:15 Greg Hurrell ***@***.***> wrote:
@d4l3k <https://github.com/d4l3k>: I created this one as a separate issue
specifically for *reverse* port forwarding, because I think people are
talking about *forward* port forwarding in that other issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#499 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA3fMCvMNGWdYl1nS5NXz2v5sXlsh11Cks5uFkC_gaJpZM4BgF-o>
.
|
Ya, I know, but the features are conceptually distinct. I'd hate to see forward port forwarding get implemented (because it is more obvious) and have reverse port forwarding overlooked. |
It could be just a wrapper around SSH as well. Just for enabling replacing SSH by Mosh in VSCode SSH environments for example (It needs SSH forwarding for working as expected) |
This would be a nice to have; basically the equivalent of SSH's
-R
option:My specific use case here is wanting to use https://github.com/wincent/clipper, which relies on reverse port-forwarding to expose the local clipboard to a process running on a remote host (ie. to do things like copy from tmux or Vim on a remote machine and have it land in your local system clipboard).
I've seen tickets here for agent forwarding and "normal" (not reverse) port-forwarding, so thought I'd open up a ticket to track this one separately.
The text was updated successfully, but these errors were encountered: