diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -57,6 +57,15 @@ passphrase requester. This is maintained separately at: | |||
57 | 57 | ||
58 | http://www.jmknoble.net/software/x11-ssh-askpass/ | 58 | http://www.jmknoble.net/software/x11-ssh-askpass/ |
59 | 59 | ||
60 | TCP Wrappers: | ||
61 | |||
62 | If you wish to use the TCP wrappers functionality you will need at least | ||
63 | tcpd.h and libwrap.a, either in the standard include and library paths, | ||
64 | or in the directory specified by --with-tcp-wrappers. Version 7.6 is | ||
65 | known to work. | ||
66 | |||
67 | http://ftp.porcupine.org/pub/security/index.html | ||
68 | |||
60 | S/Key Libraries: | 69 | S/Key Libraries: |
61 | 70 | ||
62 | If you wish to use --with-skey then you will need the library below | 71 | 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. | |||
168 | need the S/Key libraries and header files installed for this to work. | 177 | need 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) |
171 | support. You will need libwrap.a and tcpd.h installed. | 180 | support. |
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 |
174 | if your operating system uses MD5 passwords and the system crypt() does | 183 | 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 | |||
257 | http://www.openssh.com/ | 266 | http://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 $ |