diff options
-rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -30,7 +30,8 @@ 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 | 30 | commercial ssh-1.2.x. It checks "account" and "session" modules for |
31 | all logins, not just when using password authentication. | 31 | all logins, not just when using password authentication. |
32 | 32 | ||
33 | OpenSSH depends on Zlib[3], OpenSSL[4] and optionally PAM[5]. | 33 | OpenSSH depends on Zlib[3], OpenSSL[4], and optionally PAM[5] and |
34 | libedit[6] | ||
34 | 35 | ||
35 | There is now several mailing lists for this port of OpenSSH. Please | 36 | There is now several mailing lists for this port of OpenSSH. Please |
36 | refer to https://www.openssh.com/list.html for details on how to join. | 37 | refer to https://www.openssh.com/list.html for details on how to join. |
@@ -38,7 +39,7 @@ refer to https://www.openssh.com/list.html for details on how to join. | |||
38 | Please send bug reports and patches to the mailing list | 39 | Please send bug reports and patches to the mailing list |
39 | openssh-unix-dev@mindrot.org. The list is open to posting by unsubscribed | 40 | openssh-unix-dev@mindrot.org. The list is open to posting by unsubscribed |
40 | users. Code contribution are welcomed, but please follow the OpenBSD | 41 | users. Code contribution are welcomed, but please follow the OpenBSD |
41 | style guidelines[6]. | 42 | style guidelines[7]. |
42 | 43 | ||
43 | Please refer to the INSTALL document for information on how to install | 44 | Please refer to the INSTALL document for information on how to install |
44 | OpenSSH on your system. | 45 | OpenSSH on your system. |
@@ -61,4 +62,5 @@ References - | |||
61 | [5] http://www.openpam.org | 62 | [5] http://www.openpam.org |
62 | http://www.kernel.org/pub/linux/libs/pam/ | 63 | http://www.kernel.org/pub/linux/libs/pam/ |
63 | (PAM also is standard on Solaris and HP-UX 11) | 64 | (PAM also is standard on Solaris and HP-UX 11) |
64 | [6] http://man.openbsd.org/style.9 | 65 | [6] http://thrysoee.dk/editline/ (portable version) |
66 | [7] http://man.openbsd.org/style.9 | ||