blob: c95ff21627be0b8482936b1ddfd11999f026e2dd [file] [log] [blame]
Damien Miller72f0ce32020-02-12 09:28:35 +11001See https://www.openssh.com/releasenotes.html#8.2p1 for the release notes.
Darren Tucker5ce131f2004-02-24 16:13:24 +11002
Damien Miller5d3127d2019-04-05 11:29:31 -07003Please read https://www.openssh.com/report.html for bug reporting
4instructions and note that we do not use Github for bug reporting or
5patch/pull-request management.
Damien Millere91346d2015-08-21 14:49:03 +10006
Damien Miller5d3127d2019-04-05 11:29:31 -07007This is the port of OpenBSD's excellent OpenSSH[0] to Linux and other
8Unices.
Damien Millerd4a8b7e1999-10-27 13:42:43 +10009
Damien Miller5d3127d2019-04-05 11:29:31 -070010OpenSSH is based on the last free version of Tatu Ylonen's sample
11implementation with all patent-encumbered algorithms removed (to
12external libraries), all known security bugs fixed, new features
13reintroduced and many other clean-ups. OpenSSH has been created by
14Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt,
15and Dug Song. It has a homepage at https://www.openssh.com/
Damien Millerd4a8b7e1999-10-27 13:42:43 +100016
Damien Miller5d3127d2019-04-05 11:29:31 -070017This port consists of the re-introduction of autoconf support, PAM
Darren Tuckerb763ed02020-02-11 12:51:24 +110018support, EGD/PRNGD support and replacements for OpenBSD library
Damien Miller5d3127d2019-04-05 11:29:31 -070019functions that are (regrettably) absent from other unices. This port
20has been best tested on AIX, Cygwin, HP-UX, Linux, MacOS/X,
21FreeBSD, NetBSD, OpenBSD, OpenServer, Solaris and UnixWare.
Tim Rice52879022004-06-27 20:50:35 -070022
Damien Miller5d3127d2019-04-05 11:29:31 -070023This version actively tracks changes in the OpenBSD CVS repository.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100024
Damien Miller5d3127d2019-04-05 11:29:31 -070025The PAM support is now more functional than the popular packages of
26commercial ssh-1.2.x. It checks "account" and "session" modules for
27all logins, not just when using password authentication.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100028
Damien Miller5d3127d2019-04-05 11:29:31 -070029There is now several mailing lists for this port of OpenSSH. Please
30refer to https://www.openssh.com/list.html for details on how to join.
Damien Millera4195281999-11-12 14:11:10 +110031
Damien Miller5d3127d2019-04-05 11:29:31 -070032Please send bug reports and patches to the mailing list
33openssh-unix-dev@mindrot.org. The list is open to posting by unsubscribed
34users. Code contribution are welcomed, but please follow the OpenBSD
Darren Tuckerb763ed02020-02-11 12:51:24 +110035style guidelines[1].
Damien Miller64681252000-06-26 13:01:33 +100036
Darren Tuckerb763ed02020-02-11 12:51:24 +110037Please refer to the INSTALL document for information on dependencies and
38how to install OpenSSH on your system.
Damien Miller7df20e21999-11-12 16:06:47 +110039
Damien Miller5d3127d2019-04-05 11:29:31 -070040Damien Miller <djm@mindrot.org>
Damien Millerd4a8b7e1999-10-27 13:42:43 +100041
Damien Miller5d3127d2019-04-05 11:29:31 -070042Miscellania -
Damien Millerd4a8b7e1999-10-27 13:42:43 +100043
Darren Tuckerb763ed02020-02-11 12:51:24 +110044This version of OpenSSH is based upon code retrieved from the OpenBSD CVS
45repository which in turn was based on the last free sample implementation
46released by Tatu Ylonen.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100047
Damien Miller5d3127d2019-04-05 11:29:31 -070048References -
Damien Miller356a0b01999-11-08 15:30:59 +110049
Damien Miller5d3127d2019-04-05 11:29:31 -070050[0] https://www.openssh.com/
Darren Tuckerb763ed02020-02-11 12:51:24 +110051[1] https://man.openbsd.org/style.9
52