mobile-shell / mosh

Mobile Shell
https://mosh.org
GNU General Public License v3.0
12.65k stars 736 forks source link

option to use external program for opening UDP sockets #469

Open ibukanov opened 11 years ago

ibukanov commented 11 years ago

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 commented 11 years ago

USB Sockets, maybe UDP Sockets?

This would allow funky connect scripts ....

achernya commented 1 year ago

This probably would benefit from #431