summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL35
1 files changed, 35 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 17353d9e1..5e0b5c8f1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,6 +15,12 @@ supports it. PAM is standard on Redhat and Debian Linux and on Solaris.
15PAM: 15PAM:
16http://www.kernel.org/pub/linux/libs/pam/ 16http://www.kernel.org/pub/linux/libs/pam/
17 17
18Dante:
19http://www.inet.no/dante
20
21OpenSSH can also use the Dante SOCKS libraries, version 1.1.1pre1 or higher,
22if you have them installed on your system.
23
18If you wish to build the GNOME passphrase requester, you will need the GNOME 24If you wish to build the GNOME passphrase requester, you will need the GNOME
19libraries and headers. 25libraries and headers.
20 26
@@ -75,6 +81,14 @@ you may need to edit it before using it on your system.
75 81
76There are a few other options to the configure script: 82There are a few other options to the configure script:
77 83
84--with-rsh=PATH allows you to specify the path to your rsh program.
85Normally ./configure will search the current $PATH for 'rsh'. You
86may need to specify this option if rsh is not in your path or has a
87different name.
88
89--without-pam will disable PAM support. PAM is automatically detected
90and switched on if found.
91
78--enable-gnome-askpass will build the GNOME passphrase dialog. You 92--enable-gnome-askpass will build the GNOME passphrase dialog. You
79need a working installation of GNOME, including the development 93need a working installation of GNOME, including the development
80headers, for this to work. 94headers, for this to work.
@@ -89,6 +103,12 @@ use this if your Unix does not support the /dev/urandom device (or
89similar). The file argument refers to the EGD pool file, not the 103similar). The file argument refers to the EGD pool file, not the
90EGD program itself. Please refer to the EGD documentation. 104EGD program itself. Please refer to the EGD documentation.
91 105
106--with-lastlog=FILE will specify the location of the lastlog file.
107./configure searches a few locations for lastlog, but may not find
108it if lastlog is installed in a different place.
109
110--without-lastlog will disable lastlog support entirely.
111
92--with-kerberos4 will enable Kerberos IV support. You will need to 112--with-kerberos4 will enable Kerberos IV support. You will need to
93have the Kerberos libraries and header files installed for this to 113have the Kerberos libraries and header files installed for this to
94work. 114work.
@@ -105,6 +125,21 @@ support. You will need libwrap.a and tcpd.h installed.
105--with-md5-passwords will enable the use of MD5 passwords. Enable this 125--with-md5-passwords will enable the use of MD5 passwords. Enable this
106if your operating system uses MD5 passwords without using PAM. 126if your operating system uses MD5 passwords without using PAM.
107 127
128--with-utmpx enables utmpx support. utmpx support is automatic for
129some platforms.
130
131--without-shadow disables shadow password support.
132
133--with-ipaddr-display forces the use of a numeric IP address in the
134$DISPLAY environment variable. Some broken systems need this.
135
136--with-default-path=PATH allows you to specify a default $PATH for sessions
137started by sshd.
138
139--with-dante[=DIR] will enable Dante SOCKS library support. If the Dante
140libsocks library isn't installed in a library searched by the compiler,
141add the directory name as the option.
142
108If you need to pass special options to the compiler or linker, you 143If you need to pass special options to the compiler or linker, you
109can specify these as enviornment variables before running ./configure. 144can specify these as enviornment variables before running ./configure.
110For example: 145For example: