Damien Miller | a7205e6 | 2018-10-12 09:47:20 +1100 | [diff] [blame^] | 1 | See https://www.openssh.com/releasenotes.html#7.9p1 for the release notes. |
Darren Tucker | 5ce131f | 2004-02-24 16:13:24 +1100 | [diff] [blame] | 2 | |
Darren Tucker | 6d49ae8 | 2016-10-21 05:22:55 +1100 | [diff] [blame] | 3 | Please read https://www.openssh.com/report.html for bug reporting |
Damien Miller | e91346d | 2015-08-21 14:49:03 +1000 | [diff] [blame] | 4 | instructions and note that we do not use Github for bug reporting or |
| 5 | patch/pull-request management. |
| 6 | |
Darren Tucker | 6d49ae8 | 2016-10-21 05:22:55 +1100 | [diff] [blame] | 7 | - A Japanese translation of this document and of the release notes is |
Alan Yee | cd4e937 | 2018-03-07 15:12:14 -0800 | [diff] [blame] | 8 | - available at https://www.unixuser.org/~haruyama/security/openssh/index.html |
Damien Miller | b063f01 | 2001-12-24 14:17:21 +1100 | [diff] [blame] | 9 | - Thanks to HARUYAMA Seigo <haruyama@unixuser.org> |
Damien Miller | 5a88b6e | 2000-03-07 22:40:57 +1100 | [diff] [blame] | 10 | |
Damien Miller | 6604fad | 2000-11-06 12:48:54 +1100 | [diff] [blame] | 11 | This is the port of OpenBSD's excellent OpenSSH[0] to Linux and other |
Damien Miller | 5bbbd36 | 1999-11-19 07:56:21 +1100 | [diff] [blame] | 12 | Unices. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 13 | |
Kevin Steves | bdb063d | 2001-02-24 09:00:23 +0000 | [diff] [blame] | 14 | OpenSSH is based on the last free version of Tatu Ylonen's sample |
| 15 | implementation with all patent-encumbered algorithms removed (to |
| 16 | external libraries), all known security bugs fixed, new features |
| 17 | reintroduced and many other clean-ups. OpenSSH has been created by |
| 18 | Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt, |
Darren Tucker | 6d49ae8 | 2016-10-21 05:22:55 +1100 | [diff] [blame] | 19 | and Dug Song. It has a homepage at https://www.openssh.com/ |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 20 | |
Damien Miller | 56825a1 | 1999-11-11 10:50:04 +1100 | [diff] [blame] | 21 | This port consists of the re-introduction of autoconf support, PAM |
Tim Rice | 5287902 | 2004-06-27 20:50:35 -0700 | [diff] [blame] | 22 | support, EGD[1]/PRNGD[2] support and replacements for OpenBSD library |
| 23 | functions that are (regrettably) absent from other unices. This port |
| 24 | has been best tested on AIX, Cygwin, HP-UX, Linux, MacOS/X, |
Darren Tucker | b6973fa | 2018-02-15 22:22:38 +1100 | [diff] [blame] | 25 | NetBSD, OpenBSD, OpenServer, Solaris and UnixWare. |
Tim Rice | 5287902 | 2004-06-27 20:50:35 -0700 | [diff] [blame] | 26 | |
Damien Miller | 54057c2 | 2000-05-09 15:03:37 +1000 | [diff] [blame] | 27 | This version actively tracks changes in the OpenBSD CVS repository. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 28 | |
Damien Miller | 5ffa644 | 1999-10-30 11:30:35 +1000 | [diff] [blame] | 29 | The PAM support is now more functional than the popular packages of |
| 30 | commercial ssh-1.2.x. It checks "account" and "session" modules for |
Damien Miller | 7df20e2 | 1999-11-12 16:06:47 +1100 | [diff] [blame] | 31 | all logins, not just when using password authentication. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 32 | |
Damien Miller | 6c1fbd5 | 2017-07-21 14:24:26 +1000 | [diff] [blame] | 33 | OpenSSH depends on Zlib[3], OpenSSL[4], and optionally PAM[5] and |
| 34 | libedit[6] |
Damien Miller | 74389c9 | 1999-11-09 15:03:01 +1100 | [diff] [blame] | 35 | |
Damien Miller | f20c2aa | 2000-01-06 20:28:41 +1100 | [diff] [blame] | 36 | There is now several mailing lists for this port of OpenSSH. Please |
Darren Tucker | 6d49ae8 | 2016-10-21 05:22:55 +1100 | [diff] [blame] | 37 | refer to https://www.openssh.com/list.html for details on how to join. |
Damien Miller | a419528 | 1999-11-12 14:11:10 +1100 | [diff] [blame] | 38 | |
Damien Miller | f20c2aa | 2000-01-06 20:28:41 +1100 | [diff] [blame] | 39 | Please send bug reports and patches to the mailing list |
Darren Tucker | 08d9e95 | 2016-10-21 09:46:46 +1100 | [diff] [blame] | 40 | openssh-unix-dev@mindrot.org. The list is open to posting by unsubscribed |
| 41 | users. Code contribution are welcomed, but please follow the OpenBSD |
Damien Miller | 6c1fbd5 | 2017-07-21 14:24:26 +1000 | [diff] [blame] | 42 | style guidelines[7]. |
Damien Miller | 6468125 | 2000-06-26 13:01:33 +1000 | [diff] [blame] | 43 | |
Damien Miller | b5f8927 | 1999-11-12 14:35:58 +1100 | [diff] [blame] | 44 | Please refer to the INSTALL document for information on how to install |
Darren Tucker | 6d49ae8 | 2016-10-21 05:22:55 +1100 | [diff] [blame] | 45 | OpenSSH on your system. |
Damien Miller | 7df20e2 | 1999-11-12 16:06:47 +1100 | [diff] [blame] | 46 | |
Damien Miller | e95b52e | 2000-10-28 13:22:06 +1100 | [diff] [blame] | 47 | Damien Miller <djm@mindrot.org> |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 48 | |
Damien Miller | a8e06ce | 2003-11-21 23:48:55 +1100 | [diff] [blame] | 49 | Miscellania - |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 50 | |
Kevin Steves | bdb063d | 2001-02-24 09:00:23 +0000 | [diff] [blame] | 51 | This version of OpenSSH is based upon code retrieved from the OpenBSD |
| 52 | CVS repository which in turn was based on the last free sample |
| 53 | implementation released by Tatu Ylonen. |
Damien Miller | d4a8b7e | 1999-10-27 13:42:43 +1000 | [diff] [blame] | 54 | |
Damien Miller | 356a0b0 | 1999-11-08 15:30:59 +1100 | [diff] [blame] | 55 | References - |
| 56 | |
Darren Tucker | 6d49ae8 | 2016-10-21 05:22:55 +1100 | [diff] [blame] | 57 | [0] https://www.openssh.com/ |
Damien Miller | 56825a1 | 1999-11-11 10:50:04 +1100 | [diff] [blame] | 58 | [1] http://www.lothar.com/tech/crypto/ |
Darren Tucker | 9879dca | 2018-02-15 22:26:16 +1100 | [diff] [blame] | 59 | [2] http://prngd.sourceforge.net/ |
Alan Yee | cd4e937 | 2018-03-07 15:12:14 -0800 | [diff] [blame] | 60 | [3] https://www.zlib.net/ |
| 61 | [4] https://www.openssl.org/ |
| 62 | [5] https://www.openpam.org |
| 63 | https://www.kernel.org/pub/linux/libs/pam/ |
Damien Miller | c0e014d | 2005-06-05 09:21:41 +1000 | [diff] [blame] | 64 | (PAM also is standard on Solaris and HP-UX 11) |
Alan Yee | cd4e937 | 2018-03-07 15:12:14 -0800 | [diff] [blame] | 65 | [6] https://thrysoee.dk/editline/ (portable version) |
| 66 | [7] https://man.openbsd.org/style.9 |