summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-01-25 10:51:46 +1100
committerDamien Miller <djm@mindrot.org>2001-01-25 10:51:46 +1100
commit0736c4df83628dcac567d94a73726771706f978e (patch)
tree70c201775f291e2a06eb4f482ff042fb39e9f988 /README
parent2a5c1cede026faec14b0903a0cdcc4e7ef554e32 (diff)
- (djm) Mention PRNGd in documentation, it is nicer than EGD
- (djm) Automatically search for "well-known" EGD/PRNGd sockets in autoconf
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 11 insertions, 10 deletions
diff --git a/README b/README
index b832652e1..467617723 100644
--- a/README
+++ b/README
@@ -14,8 +14,8 @@ Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song. It has a
14homepage at http://www.openssh.com/ 14homepage at http://www.openssh.com/
15 15
16This port consists of the re-introduction of autoconf support, PAM 16This port consists of the re-introduction of autoconf support, PAM
17support (for Linux and Solaris), EGD[1] support and replacements for 17support (for Linux and Solaris), EGD[1]/PRNGD[2] support and replacements
18OpenBSD library functions that are (regrettably) absent from other 18for OpenBSD library functions that are (regrettably) absent from other
19unices. This port has been best tested on Linux, Solaris, HPUX, NetBSD 19unices. This port has been best tested on Linux, Solaris, HPUX, NetBSD
20and Irix. Support for AIX, SCO, NeXT and other Unices is underway. 20and Irix. Support for AIX, SCO, NeXT and other Unices is underway.
21This version actively tracks changes in the OpenBSD CVS repository. 21This version actively tracks changes in the OpenBSD CVS repository.
@@ -24,7 +24,7 @@ The PAM support is now more functional than the popular packages of
24commercial ssh-1.2.x. It checks "account" and "session" modules for 24commercial ssh-1.2.x. It checks "account" and "session" modules for
25all logins, not just when using password authentication. 25all logins, not just when using password authentication.
26 26
27OpenSSH depends on Zlib[2], OpenSSL[3] and optionally PAM[4]. 27OpenSSH depends on Zlib[3], OpenSSL[4] and optionally PAM[5].
28 28
29There is now several mailing lists for this port of OpenSSH. Please 29There is now several mailing lists for this port of OpenSSH. Please
30refer to http://www.openssh.com/list.html for details on how to join. 30refer to http://www.openssh.com/list.html for details on how to join.
@@ -37,11 +37,11 @@ If you are a citizen of the USA or another country which restricts
37export of cryptographic products, then please refrain from sending 37export of cryptographic products, then please refrain from sending
38crypto-related code or patches to the list. We cannot accept them. 38crypto-related code or patches to the list. We cannot accept them.
39Other code contribution are accepted, but please follow the OpenBSD 39Other code contribution are accepted, but please follow the OpenBSD
40style guidelines[5]. 40style guidelines[6].
41 41
42Please refer to the INSTALL document for information on how to install 42Please refer to the INSTALL document for information on how to install
43OpenSSH on your system. There are a number of differences between this 43OpenSSH on your system. There are a number of differences between this
44port of OpenSSH and F-Secure SSH 1.x, please refer to the OpenSSH FAQ[6] 44port of OpenSSH and F-Secure SSH 1.x, please refer to the OpenSSH FAQ[7]
45for details and general tips. 45for details and general tips.
46 46
47Damien Miller <djm@mindrot.org> 47Damien Miller <djm@mindrot.org>
@@ -56,8 +56,9 @@ References -
56 56
57[0] http://www.openssh.com/faq.html 57[0] http://www.openssh.com/faq.html
58[1] http://www.lothar.com/tech/crypto/ 58[1] http://www.lothar.com/tech/crypto/
59[2] ftp://ftp.freesoftware.com/pub/infozip/zlib/ 59[2] http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/prngd.html
60[3] http://www.openssl.org/ 60[3] ftp://ftp.freesoftware.com/pub/infozip/zlib/
61[4] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris) 61[4] http://www.openssl.org/
62[5] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9&apropos=0&manpath=OpenBSD+Current 62[5] http://www.kernel.org/pub/linux/libs/pam/ (PAM is standard on Solaris)
63[6] http://www.openssh.com/faq.html 63[6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9
64[7] http://www.openssh.com/faq.html