summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-08-17 22:03:09 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-08-17 22:03:09 +1000
commit1a32953e487ceb311e38b603f270d7ddbd241a04 (patch)
tree6974c23d16c59d0e17ec71578addc48c0b9e4598 /INSTALL
parent637cc404c655ba935a28b03c813a949d45fa2d35 (diff)
- (dtucker) [INSTALL] Group the parts describing random options and PAM
implementations together which is hopefully more coherent.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL49
1 files changed, 25 insertions, 24 deletions
diff --git a/INSTALL b/INSTALL
index 2b8243240..5f888cd54 100644
--- a/INSTALL
+++ b/INSTALL
@@ -14,31 +14,11 @@ Blowfish) do not work correctly.)
14 14
15The remaining items are optional. 15The remaining items are optional.
16 16
17OpenSSH can utilise Pluggable Authentication Modules (PAM) if your
18system supports it. PAM is standard most Linux distributions, Solaris,
19HP-UX 11 and AIX >= 5.2.
20
21NB. If you operating system supports /dev/random, you should configure 17NB. If you operating system supports /dev/random, you should configure
22OpenSSL to use it. OpenSSH relies on OpenSSL's direct support of 18OpenSSL to use it. OpenSSH relies on OpenSSL's direct support of
23/dev/random. If you don't you will have to rely on ssh-rand-helper, which 19/dev/random, or failing that, either prngd or egd. If you don't have
24is inferior to a good kernel-based solution. 20any of these you will have to rely on ssh-rand-helper, which is inferior
25 21to a good kernel-based solution or prngd.
26Linux PAM:
27http://www.kernel.org/pub/linux/libs/pam/
28
29OpenPAM:
30http://www.openpam.org/
31
32If you wish to build the GNOME passphrase requester, you will need the GNOME
33libraries and headers.
34
35GNOME:
36http://www.gnome.org/
37
38Alternatively, Jim Knoble <jmknoble@pobox.com> has written an excellent X11
39passphrase requester. This is maintained separately at:
40
41http://www.jmknoble.net/software/x11-ssh-askpass/
42 22
43PRNGD: 23PRNGD:
44 24
@@ -54,6 +34,27 @@ lacks /dev/random and don't want to use OpenSSH's internal entropy collection.
54 34
55http://www.lothar.com/tech/crypto/ 35http://www.lothar.com/tech/crypto/
56 36
37OpenSSH can utilise Pluggable Authentication Modules (PAM) if your
38system supports it. PAM is standard most Linux distributions, Solaris,
39HP-UX 11, AIX >= 5.2, FreeBSD and NetBSD.
40
41Information about the various PAM implementations are available:
42
43Solaris PAM: http://www.sun.com/software/solaris/pam/
44Linux PAM: http://www.kernel.org/pub/linux/libs/pam/
45OpenPAM: http://www.openpam.org/
46
47If you wish to build the GNOME passphrase requester, you will need the GNOME
48libraries and headers.
49
50GNOME:
51http://www.gnome.org/
52
53Alternatively, Jim Knoble <jmknoble@pobox.com> has written an excellent X11
54passphrase requester. This is maintained separately at:
55
56http://www.jmknoble.net/software/x11-ssh-askpass/
57
57S/Key Libraries: 58S/Key Libraries:
58 59
59If you wish to use --with-skey then you will need the library below 60If you wish to use --with-skey then you will need the library below
@@ -254,4 +255,4 @@ Please refer to the "reporting bugs" section of the webpage at
254http://www.openssh.com/ 255http://www.openssh.com/
255 256
256 257
257$Id: INSTALL,v 1.80 2007/08/17 11:40:22 dtucker Exp $ 258$Id: INSTALL,v 1.81 2007/08/17 12:03:10 dtucker Exp $