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
I've noticed that current mosh master seems to be ignoring the ProxyCommand I have set. I'm assuming this is due to mosh using the proxy command internally (seen via mosh --ssh="ssh -v"). This is a problem for me, though I can work around it. Those stuck behind strict http CONNECT proxies and the like (at companies like TI) may well be in trouble due to this, however.
The text was updated successfully, but these errors were encountered:
The mosh wrapper script uses ProxyCommand for its own purposes. But even if it didn’t, it would not work on networks locked behind HTTP proxy servers, because it uses UDP. (As someone who also works behind such a network, I feel your pain.) See #13, #285.
I've noticed that current mosh master seems to be ignoring the ProxyCommand I have set. I'm assuming this is due to mosh using the proxy command internally (seen via mosh --ssh="ssh -v"). This is a problem for me, though I can work around it. Those stuck behind strict http CONNECT proxies and the like (at companies like TI) may well be in trouble due to this, however.
The text was updated successfully, but these errors were encountered: