Hacker News new | ask | show | jobs
by Piskvorrr 1911 days ago
In the default client, SSH is "only" used for initiating the connection, if I read the mosh design goals correctly (which includes IAA, indeed). Strictly speaking, you could replace it with any other way of sharing the keys between client and server (e.g. completely out-of-band, as seen here), SSH is just the most common way to do this.