summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL36
1 files changed, 31 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 753d2d061..af02c0b49 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,6 +12,8 @@ http://www.openssl.org/
12(OpenSSL 0.9.5a is partially supported, but some ciphers (SSH protocol 1 12(OpenSSL 0.9.5a is partially supported, but some ciphers (SSH protocol 1
13Blowfish) do not work correctly.) 13Blowfish) do not work correctly.)
14 14
15The remaining items are optional.
16
15OpenSSH can utilise Pluggable Authentication Modules (PAM) if your system 17OpenSSH can utilise Pluggable Authentication Modules (PAM) if your system
16supports it. PAM is standard on Redhat and Debian Linux, Solaris and 18supports it. PAM is standard on Redhat and Debian Linux, Solaris and
17HP-UX 11. 19HP-UX 11.
@@ -57,13 +59,30 @@ installed. No other S/Key library is currently known to be supported.
57http://www.sparc.spb.su/solaris/skey/ 59http://www.sparc.spb.su/solaris/skey/
58 60
59LibEdit: 61LibEdit:
60sftp now supports command-line editing via NetBSD's libedit. If your 62
61platform has it available natively you can use that, alternatively 63sftp supports command-line editing via NetBSD's libedit. If your platform
62you might try these multi-platform ports: 64has it available natively you can use that, alternatively you might try
65these multi-platform ports:
63 66
64http://www.thrysoee.dk/editline/ 67http://www.thrysoee.dk/editline/
65http://sourceforge.net/projects/libedit/ 68http://sourceforge.net/projects/libedit/
66 69
70Autoconf:
71
72If you modify configure.ac or configure doesn't exist (eg if you checked
73the code out of CVS yourself) then you will need autoconf-2.61 to rebuild
74the automatically generated files by running "autoreconf". Earlier
75version may also work but this is not guaranteed.
76
77http://www.gnu.org/software/autoconf/
78
79Basic Security Module (BSM):
80
81Native BSM support is know to exist in Solaris from at least 2.5.1,
82FreeBSD 6.1 and OS X. Alternatively, you may use the OpenBSM
83implementation (http://www.openbsm.org).
84
85
672. Building / Installation 862. Building / Installation
68-------------------------- 87--------------------------
69 88
@@ -113,6 +132,10 @@ name).
113 132
114There are a few other options to the configure script: 133There are a few other options to the configure script:
115 134
135--with-audit=[module] enable additional auditing via the specified module.
136Currently, drivers for "debug" (additional info via syslog) and "bsm"
137(Sun's Basic Security Module) are supported.
138
116--with-pam enables PAM support. If PAM support is compiled in, it must 139--with-pam enables PAM support. If PAM support is compiled in, it must
117also be enabled in sshd_config (refer to the UsePAM directive). 140also be enabled in sshd_config (refer to the UsePAM directive).
118 141
@@ -165,6 +188,8 @@ created.
165--with-ssl-dir=DIR allows you to specify where your OpenSSL libraries 188--with-ssl-dir=DIR allows you to specify where your OpenSSL libraries
166are installed. 189are installed.
167 190
191--with-ssl-engine enables OpenSSL's (hardware) ENGINE support
192
168--with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to 193--with-4in6 Check for IPv4 in IPv6 mapped addresses and convert them to
169real (AF_INET) IPv4 addresses. Works around some quirks on Linux. 194real (AF_INET) IPv4 addresses. Works around some quirks on Linux.
170 195
@@ -208,7 +233,8 @@ for sshd, ssh and ssh-agent.
208------------------------- 233-------------------------
209 234
210$ make survey 235$ make survey
211[check the contents and make sure there's no sensitive information] 236[check the contents of the file "survey" to ensure there's no information
237that you consider sensitive]
212$ make send-survey 238$ make send-survey
213 239
214This will send configuration information for the currently configured 240This will send configuration information for the currently configured
@@ -225,4 +251,4 @@ Please refer to the "reporting bugs" section of the webpage at
225http://www.openssh.com/ 251http://www.openssh.com/
226 252
227 253
228$Id: INSTALL,v 1.70 2005/04/24 07:52:23 dtucker Exp $ 254$Id: INSTALL,v 1.77 2007/03/02 06:53:41 dtucker Exp $