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

option to use external program for opening UDP sockets #469

Open
ibukanov opened this issue Oct 24, 2013 · 2 comments
Open

option to use external program for opening UDP sockets #469

ibukanov opened this issue Oct 24, 2013 · 2 comments
Labels
Milestone

Comments

@ibukanov
Copy link
Contributor

Currently mosh client does not support UDP proxies preventing to use it from some corporate networks. It also does not support using a different port when reconnection to a server which may be required when switching between internal and external network.

All this can be addressed if the mosh-client to reconnect could use an external program that opens UDP connection to the server and passes the resulting socket back to moch-client. Then such proxy can implement port change, connecting via SOCKS5 proxy etc.

This will be similar to the ProxyUseFdpass option to ssh, http://www.gossamer-threads.com/lists/openssh/dev/56016#56016

@m0yellow
Copy link

USB Sockets, maybe UDP Sockets?

This would allow funky connect scripts ....

@achernya
Copy link
Collaborator

This probably would benefit from #431

@achernya achernya added this to the mosh-future milestone Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants