summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-08-17 22:52:05 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-08-17 22:52:05 +1000
commitfb206ded167f45dfe11abd6636afcfc78d9e3b3e (patch)
tree7c86d279c42ff325978c87116600b020ce0a8268 /INSTALL
parent8ea84561c4eb5cd4a5c13f31054b02c6924b7261 (diff)
- (dtucker) [INSTALL] Link to tcpwrappers.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 11 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index f9a498bcc..001ebb666 100644
--- a/INSTALL
+++ b/INSTALL
@@ -57,6 +57,15 @@ passphrase requester. This is maintained separately at:
57 57
58http://www.jmknoble.net/software/x11-ssh-askpass/ 58http://www.jmknoble.net/software/x11-ssh-askpass/
59 59
60TCP Wrappers:
61
62If you wish to use the TCP wrappers functionality you will need at least
63tcpd.h and libwrap.a, either in the standard include and library paths,
64or in the directory specified by --with-tcp-wrappers. Version 7.6 is
65known to work.
66
67http://ftp.porcupine.org/pub/security/index.html
68
60S/Key Libraries: 69S/Key Libraries:
61 70
62If you wish to use --with-skey then you will need the library below 71If you wish to use --with-skey then you will need the library below
@@ -168,7 +177,7 @@ Integration Architecture. The default for OSF1 machines is enable.
168need the S/Key libraries and header files installed for this to work. 177need the S/Key libraries and header files installed for this to work.
169 178
170--with-tcp-wrappers will enable TCP Wrappers (/etc/hosts.allow|deny) 179--with-tcp-wrappers will enable TCP Wrappers (/etc/hosts.allow|deny)
171support. You will need libwrap.a and tcpd.h installed. 180support.
172 181
173--with-md5-passwords will enable the use of MD5 passwords. Enable this 182--with-md5-passwords will enable the use of MD5 passwords. Enable this
174if your operating system uses MD5 passwords and the system crypt() does 183if your operating system uses MD5 passwords and the system crypt() does
@@ -257,4 +266,4 @@ Please refer to the "reporting bugs" section of the webpage at
257http://www.openssh.com/ 266http://www.openssh.com/
258 267
259 268
260$Id: INSTALL,v 1.83 2007/08/17 12:12:14 dtucker Exp $ 269$Id: INSTALL,v 1.84 2007/08/17 12:52:05 dtucker Exp $