Hacker News new | ask | show | jobs
by flukus 2744 days ago
Looks like it was forked from some predecessors ( https://en.wikipedia.org/wiki/Secure_Shell#OSSH) but doesn't go into the history much more than that. I remember telnet, where there any encrypted predecessors before the ssh family?
4 comments

OpenSSH was forked from the original SSH (version 1) code by Tatu Ylönen after it went closed source in the mid-1990's IIRC.

https://www.openssh.com/history.html

> where there any encrypted predecessors before the ssh family?

None that were mainstream/widely used.

There was/is kerberized telnet/rsh/rlogin, with optional encryption.
Telnet over SSL.