diff options
author | Damien Miller <djm@mindrot.org> | 2014-08-19 03:36:07 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2014-08-19 03:36:07 +0200 |
commit | a75aca1bbc989aa9f8b1b08489d37855f3d24d1a (patch) | |
tree | 8448810ff91cc255c4c4912cc61866738e8612f6 /INSTALL | |
parent | - (djm) [ssh-dss.c] Include openssl/dsa.h for DSA_SIG (diff) | |
download | openssh-a75aca1bbc989aa9f8b1b08489d37855f3d24d1a.tar.xz openssh-a75aca1bbc989aa9f8b1b08489d37855f3d24d1a.zip |
- (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-- | INSTALL | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -55,15 +55,6 @@ 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 @@ -180,9 +171,6 @@ Integration Architecture. The default for OSF1 machines is enable. --with-skey=PATH will enable S/Key one time password support. You will 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. - --with-md5-passwords will enable the use of MD5 passwords. Enable this if your operating system uses MD5 passwords and the system crypt() does not 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 http://www.openssh.com/ -$Id: INSTALL,v 1.88 2013/03/07 01:33:35 dtucker Exp $ +$Id: INSTALL,v 1.89 2014/08/19 01:36:08 djm Exp $ |