blob: 5c83aa508d006374ee37ab310089c9db0268fcb2 [file] [log] [blame]
Damien Millercdf1d0a2019-10-09 11:31:03 +11001See https://www.openssh.com/releasenotes.html#8.1p1 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
18support, EGD[1]/PRNGD[2] support and replacements for OpenBSD library
19functions 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 -070029OpenSSH depends on Zlib[3], OpenSSL[4], and optionally PAM[5] and
30libedit[6]
Damien Miller74389c91999-11-09 15:03:01 +110031
Damien Miller5d3127d2019-04-05 11:29:31 -070032There is now several mailing lists for this port of OpenSSH. Please
33refer to https://www.openssh.com/list.html for details on how to join.
Damien Millera4195281999-11-12 14:11:10 +110034
Damien Miller5d3127d2019-04-05 11:29:31 -070035Please send bug reports and patches to the mailing list
36openssh-unix-dev@mindrot.org. The list is open to posting by unsubscribed
37users. Code contribution are welcomed, but please follow the OpenBSD
38style guidelines[7].
Damien Miller64681252000-06-26 13:01:33 +100039
Damien Miller5d3127d2019-04-05 11:29:31 -070040Please refer to the INSTALL document for information on how to install
41OpenSSH on your system.
Damien Miller7df20e21999-11-12 16:06:47 +110042
Damien Miller5d3127d2019-04-05 11:29:31 -070043Damien Miller <djm@mindrot.org>
Damien Millerd4a8b7e1999-10-27 13:42:43 +100044
Damien Miller5d3127d2019-04-05 11:29:31 -070045Miscellania -
Damien Millerd4a8b7e1999-10-27 13:42:43 +100046
Damien Miller5d3127d2019-04-05 11:29:31 -070047This version of OpenSSH is based upon code retrieved from the OpenBSD
48CVS repository which in turn was based on the last free sample
49implementation released by Tatu Ylonen.
Damien Millerd4a8b7e1999-10-27 13:42:43 +100050
Damien Miller5d3127d2019-04-05 11:29:31 -070051References -
Damien Miller356a0b01999-11-08 15:30:59 +110052
Damien Miller5d3127d2019-04-05 11:29:31 -070053[0] https://www.openssh.com/
54[1] http://www.lothar.com/tech/crypto/
55[2] http://prngd.sourceforge.net/
56[3] https://www.zlib.net/
57[4] https://www.openssl.org/
58[5] https://www.openpam.org
59 https://www.kernel.org/pub/linux/libs/pam/
60 (PAM also is standard on Solaris and HP-UX 11)
61[6] https://thrysoee.dk/editline/ (portable version)
62[7] https://man.openbsd.org/style.9