Hacker News new | ask | show | jobs
by dmos62 1914 days ago
No mosh client and no ssh? Wow. Not sure what the implications are though. Or, what the goal is.
1 comments

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.