summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-08-19 11:36:07 +1000
committerDamien Miller <djm@mindrot.org>2014-08-19 11:36:07 +1000
commita75aca1bbc989aa9f8b1b08489d37855f3d24d1a (patch)
tree8448810ff91cc255c4c4912cc61866738e8612f6 /INSTALL
parent3f022b5a9477abceeb1bbeab04b055f3cc7ca8f6 (diff)
- (djm) [INSTALL contrib/caldera/openssh.spec contrib/cygwin/README]
[contrib/redhat/openssh.spec contrib/suse/openssh.spec] Remove mentions of TCP wrappers.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL14
1 files changed, 1 insertions, 13 deletions
diff --git a/INSTALL b/INSTALL
index 576723048..4e7437fb0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -55,15 +55,6 @@ passphrase requester. This is maintained separately at:
55 55
56http://www.jmknoble.net/software/x11-ssh-askpass/ 56http://www.jmknoble.net/software/x11-ssh-askpass/
57 57
58TCP Wrappers:
59
60If you wish to use the TCP wrappers functionality you will need at least
61tcpd.h and libwrap.a, either in the standard include and library paths,
62or in the directory specified by --with-tcp-wrappers. Version 7.6 is
63known to work.
64
65http://ftp.porcupine.org/pub/security/index.html
66
67S/Key Libraries: 58S/Key Libraries:
68 59
69If you wish to use --with-skey then you will need the library below 60If you wish to use --with-skey then you will need the library below
@@ -180,9 +171,6 @@ Integration Architecture. The default for OSF1 machines is enable.
180--with-skey=PATH will enable S/Key one time password support. You will 171--with-skey=PATH will enable S/Key one time password support. You will
181need the S/Key libraries and header files installed for this to work. 172need the S/Key libraries and header files installed for this to work.
182 173
183--with-tcp-wrappers will enable TCP Wrappers (/etc/hosts.allow|deny)
184support.
185
186--with-md5-passwords will enable the use of MD5 passwords. Enable this 174--with-md5-passwords will enable the use of MD5 passwords. Enable this
187if your operating system uses MD5 passwords and the system crypt() does 175if your operating system uses MD5 passwords and the system crypt() does
188not support them directly (see the crypt(3/3c) man page). If enabled, the 176not support them directly (see the crypt(3/3c) man page). If enabled, the
@@ -266,4 +254,4 @@ Please refer to the "reporting bugs" section of the webpage at
266http://www.openssh.com/ 254http://www.openssh.com/
267 255
268 256
269$Id: INSTALL,v 1.88 2013/03/07 01:33:35 dtucker Exp $ 257$Id: INSTALL,v 1.89 2014/08/19 01:36:08 djm Exp $