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
Thanks to @rothgar' comment, I'm opening this issue to track ideas and experiements around mosh.
Mosh is an amazing tool and adding the power of mosh in assh would be awesome.
I did some tests, but I wasn't able to find a cool way of integrating mosh with assh.
Technical note:
assh is a ProxyCommand, so basically it acts as a pipe between the ssh binary and the (remote) ssh server daemon (99% of the time, it is just a smart netcat).
mosh uses ssh to connect to the remote host to initiate a session with the mosh-server that will allow mosh-client to communicate with the mosh-server using UDP.
For now, I wasn't able to find a way to use mosh from withing assh as mosh was requiring ssh itself for the first authentication (sorry for the complicated phrase 😄).
Thanks to @rothgar' comment, I'm opening this issue to track ideas and experiements around mosh.
Mosh is an amazing tool and adding the power of mosh in assh would be awesome.
I did some tests, but I wasn't able to find a cool way of integrating mosh with assh.
Technical note:
assh
is aProxyCommand
, so basically it acts as a pipe between the ssh binary and the (remote) ssh server daemon (99% of the time, it is just a smart netcat).mosh
uses ssh to connect to the remote host to initiate a session with themosh-server
that will allowmosh-client
to communicate with themosh-server
usingUDP
.For now, I wasn't able to find a way to use mosh from withing assh as mosh was requiring ssh itself for the first authentication (sorry for the complicated phrase 😄).
Edit 1:: here is a proof-of-concept that works :)
I'm successfuly opening a valid ProxyCommand over a mosh session
The text was updated successfully, but these errors were encountered: