diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -1,11 +1,11 @@ | |||
1 | See https://www.openssh.com/releasenotes.html#7.6p1 for the release notes. | 1 | See https://www.openssh.com/releasenotes.html#7.7p1 for the release notes. |
2 | 2 | ||
3 | Please read https://www.openssh.com/report.html for bug reporting | 3 | Please read https://www.openssh.com/report.html for bug reporting |
4 | instructions and note that we do not use Github for bug reporting or | 4 | instructions and note that we do not use Github for bug reporting or |
5 | patch/pull-request management. | 5 | patch/pull-request management. |
6 | 6 | ||
7 | - A Japanese translation of this document and of the release notes is | 7 | - A Japanese translation of this document and of the release notes is |
8 | - available at http://www.unixuser.org/~haruyama/security/openssh/index.html | 8 | - available at https://www.unixuser.org/~haruyama/security/openssh/index.html |
9 | - Thanks to HARUYAMA Seigo <haruyama@unixuser.org> | 9 | - Thanks to HARUYAMA Seigo <haruyama@unixuser.org> |
10 | 10 | ||
11 | This is the port of OpenBSD's excellent OpenSSH[0] to Linux and other | 11 | This is the port of OpenBSD's excellent OpenSSH[0] to Linux and other |
@@ -22,7 +22,7 @@ This port consists of the re-introduction of autoconf support, PAM | |||
22 | support, EGD[1]/PRNGD[2] support and replacements for OpenBSD library | 22 | support, EGD[1]/PRNGD[2] support and replacements for OpenBSD library |
23 | functions that are (regrettably) absent from other unices. This port | 23 | functions that are (regrettably) absent from other unices. This port |
24 | has been best tested on AIX, Cygwin, HP-UX, Linux, MacOS/X, | 24 | has been best tested on AIX, Cygwin, HP-UX, Linux, MacOS/X, |
25 | NetBSD, OpenBSD, OpenServer, Solaris, Unicos, and UnixWare. | 25 | NetBSD, OpenBSD, OpenServer, Solaris and UnixWare. |
26 | 26 | ||
27 | This version actively tracks changes in the OpenBSD CVS repository. | 27 | This version actively tracks changes in the OpenBSD CVS repository. |
28 | 28 | ||
@@ -56,11 +56,11 @@ References - | |||
56 | 56 | ||
57 | [0] https://www.openssh.com/ | 57 | [0] https://www.openssh.com/ |
58 | [1] http://www.lothar.com/tech/crypto/ | 58 | [1] http://www.lothar.com/tech/crypto/ |
59 | [2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html | 59 | [2] http://prngd.sourceforge.net/ |
60 | [3] http://www.gzip.org/zlib/ | 60 | [3] https://www.zlib.net/ |
61 | [4] http://www.openssl.org/ | 61 | [4] https://www.openssl.org/ |
62 | [5] http://www.openpam.org | 62 | [5] https://www.openpam.org |
63 | http://www.kernel.org/pub/linux/libs/pam/ | 63 | https://www.kernel.org/pub/linux/libs/pam/ |
64 | (PAM also is standard on Solaris and HP-UX 11) | 64 | (PAM also is standard on Solaris and HP-UX 11) |
65 | [6] http://thrysoee.dk/editline/ (portable version) | 65 | [6] https://thrysoee.dk/editline/ (portable version) |
66 | [7] http://man.openbsd.org/style.9 | 66 | [7] https://man.openbsd.org/style.9 |