summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authordtucker <dtucker>2007-08-17 12:52:05 +0000
committerdtucker <dtucker>2007-08-17 12:52:05 +0000
commit5b2ec967aef8beeea85b3edfd96a40212f9496dd (patch)
tree421c4115c76e9a255a0688ac460267fc909ef91c /INSTALL
parent4234c73be978c190e5092170a32ff0c59ac27c0b (diff)
downloadopenssh-5b2ec967aef8beeea85b3edfd96a40212f9496dd.tar.gz
- (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 f9a498bc..001ebb66 100644
--- a/INSTALL
+++ b/INSTALL
@@ -57,6 +57,15 @@ passphrase requester. This is maintained separately at:
http://www.jmknoble.net/software/x11-ssh-askpass/
+TCP Wrappers:
+
+If you wish to use the TCP wrappers functionality you will need at least
+tcpd.h and libwrap.a, either in the standard include and library paths,
+or in the directory specified by --with-tcp-wrappers. Version 7.6 is
+known to work.
+
+http://ftp.porcupine.org/pub/security/index.html
+
S/Key Libraries:
If 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.
need the S/Key libraries and header files installed for this to work.
--with-tcp-wrappers will enable TCP Wrappers (/etc/hosts.allow|deny)
-support. You will need libwrap.a and tcpd.h installed.
+support.
--with-md5-passwords will enable the use of MD5 passwords. Enable this
if 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
http://www.openssh.com/
-$Id: INSTALL,v 1.83 2007/08/17 12:12:14 dtucker Exp $
+$Id: INSTALL,v 1.84 2007/08/17 12:52:05 dtucker Exp $