summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-11-19 15:53:50 +1100
committerDamien Miller <djm@mindrot.org>1999-11-19 15:53:50 +1100
commitc09672740e0b15c9f3ed9503cbe95bbb0a50b19b (patch)
tree3b7c2bd1a75f815717c43b502eff76259879eb14 /INSTALL
parentdd1c7baf1a35d3bfd36cb1c283d08bbeb28f2831 (diff)
Doc updates
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL36
1 files changed, 27 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 034310101..f5bf60903 100644
--- a/INSTALL
+++ b/INSTALL
@@ -59,19 +59,37 @@ configuration files in /etc/ssh.
59 59
60There are a few other options to the configure script: 60There are a few other options to the configure script:
61 61
62--enable-gnome-askpass will build the GNOME passphrase dialog. You need a 62--enable-gnome-askpass will build the GNOME passphrase dialog. You
63working installation of GNOME, including the development headers, for this 63need a working installation of GNOME, including the development
64to work. 64headers, for this to work.
65 65
66--with-random=/some/file allows you to specify an alternate source of 66--with-random=/some/file allows you to specify an alternate source of
67random numbers (the default is /dev/urandom). Unless you are absolutly 67random numbers (the default is /dev/urandom). Unless you are absolutly
68sure of what you are doing, it is best to leave this alone. 68sure of what you are doing, it is best to leave this alone.
69 69
70--with-egd-pool=/some/file allows you to enable Entropy Gathering Daemon 70--with-egd-pool=/some/file allows you to enable Entropy Gathering
71support and to specify a EGD pool socket. You will need to use this if your 71Daemon support and to specify a EGD pool socket. You will need to
72Unix does not support the /dev/urandom device (or similar). 72use this if your Unix does not support the /dev/urandom device (or
73similar).
73 74
74--without-askpass will disable X11 password requestor support in ssh-add 75--without-askpass will disable X11 password requestor support in
76ssh-add
77
78--with-kerberos4 will enable Kerberos IV support. You will need to
79have the Kerberos libraries and header files installed for this to
80work.
81
82--with-afs will enable AFS support. You will need to have the Kerberos
83IV and the AFS libraries and header files installed for this to work.
84
85--with-skey will enable S/Key one time password support. You will need
86the S/Key libraries and header files installed for this to work.
87
88--with-tcp-wrappers will enable TCP Wrappers (/etc/hosts.allow|deny)
89support. You will need libwrap.a and tcpd.h installed.
90
91--with-md5-passwords will enable the use of MD5 passwords. Enable this
92if your operating system uses MD5 passwords without using PAM.
75 93
76 94
773. Configuration 953. Configuration