summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL29
1 files changed, 24 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 0df6fba10..93070b105 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@
3 3
4You will need working installations of Zlib and OpenSSL. 4You will need working installations of Zlib and OpenSSL.
5 5
6Zlib 1.1.4 or greater: 6Zlib:
7http://www.gzip.org/zlib/ 7http://www.gzip.org/zlib/
8 8
9OpenSSL 0.9.6 or greater: 9OpenSSL 0.9.6 or greater:
@@ -33,7 +33,7 @@ http://www.gnome.org/
33Alternatively, Jim Knoble <jmknoble@jmknoble.cx> has written an excellent X11 33Alternatively, Jim Knoble <jmknoble@jmknoble.cx> has written an excellent X11
34passphrase requester. This is maintained separately at: 34passphrase requester. This is maintained separately at:
35 35
36http://www.jmknoble.net/software/x11-ssh-askpass/ 36http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html
37 37
38PRNGD: 38PRNGD:
39 39
@@ -101,8 +101,11 @@ name).
101 101
102There are a few other options to the configure script: 102There are a few other options to the configure script:
103 103
104--with-pam enables PAM support. If PAM support is compiled in, it must 104--with-pam enables PAM support.
105also be enabled in sshd_config (refer to the UsePAM directive). 105
106--enable-gnome-askpass will build the GNOME passphrase dialog. You
107need a working installation of GNOME, including the development
108headers, for this to work.
106 109
107--with-prngd-socket=/some/file allows you to enable EGD or PRNGD 110--with-prngd-socket=/some/file allows you to enable EGD or PRNGD
108support and to specify a PRNGd socket. Use this if your Unix lacks 111support and to specify a PRNGd socket. Use this if your Unix lacks
@@ -123,6 +126,16 @@ it if lastlog is installed in a different place.
123--with-osfsia, --without-osfsia will enable or disable OSF1's Security 126--with-osfsia, --without-osfsia will enable or disable OSF1's Security
124Integration Architecture. The default for OSF1 machines is enable. 127Integration Architecture. The default for OSF1 machines is enable.
125 128
129--with-kerberos4=PATH will enable Kerberos IV support. You will need
130to have the Kerberos libraries and header files installed for this
131to work. Use the optional PATH argument to specify the root of your
132Kerberos installation.
133
134--with-afs=PATH will enable AFS support. You will need to have the
135Kerberos IV and the AFS libraries and header files installed for this
136to work. Use the optional PATH argument to specify the root of your
137AFS installation. AFS requires Kerberos support to be enabled.
138
126--with-skey=PATH will enable S/Key one time password support. You will 139--with-skey=PATH will enable S/Key one time password support. You will
127need the S/Key libraries and header files installed for this to work. 140need the S/Key libraries and header files installed for this to work.
128 141
@@ -148,6 +161,12 @@ created.
148 161
149--with-xauth=PATH specifies the location of the xauth binary 162--with-xauth=PATH specifies the location of the xauth binary
150 163
164--with-ipv4-default instructs OpenSSH to use IPv4 by default for new
165connections. Normally OpenSSH will try attempt to lookup both IPv6 and
166IPv4 addresses. On Linux/glibc-2.1.2 this causes long delays in name
167resolution. If this option is specified, you can still attempt to
168connect to IPv6 addresses using the command line option '-6'.
169
151--with-ssl-dir=DIR allows you to specify where your OpenSSL libraries 170--with-ssl-dir=DIR allows you to specify where your OpenSSL libraries
152are installed. 171are installed.
153 172
@@ -198,4 +217,4 @@ Please refer to the "reporting bugs" section of the webpage at
198http://www.openssh.com/ 217http://www.openssh.com/
199 218
200 219
201$Id: INSTALL,v 1.56.2.4 2003/09/23 09:24:21 djm Exp $ 220$Id: INSTALL,v 1.56 2003/05/24 01:41:16 dtucker Exp $