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
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.
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
The text was updated successfully, but these errors were encountered: