- (dtucker) [INSTALL] Link to tcpwrappers.

This commit is contained in:
Darren Tucker 2007-08-17 22:52:05 +10:00
parent 8ea84561c4
commit fb206ded16
2 changed files with 13 additions and 3 deletions

View File

@ -6,6 +6,7 @@
implementations together which is hopefully more coherent. implementations together which is hopefully more coherent.
- (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid. - (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid.
- (dtucker) [INSTALL] Give PAM its own heading. - (dtucker) [INSTALL] Give PAM its own heading.
- (dtucker) [INSTALL] Link to tcpwrappers.
20070816 20070816
- (dtucker) [session.c] Call PAM cleanup functions for unauthenticated - (dtucker) [session.c] Call PAM cleanup functions for unauthenticated
@ -3182,4 +3183,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@ passwords between UnixWare and OpenServer they will still work. OK dtucker@
$Id: ChangeLog,v 1.4735 2007/08/17 12:12:14 dtucker Exp $ $Id: ChangeLog,v 1.4736 2007/08/17 12:52:05 dtucker Exp $

13
INSTALL
View File

@ -57,6 +57,15 @@ passphrase requester. This is maintained separately at:
http://www.jmknoble.net/software/x11-ssh-askpass/ 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: S/Key Libraries:
If you wish to use --with-skey then you will need the library below 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. need the S/Key libraries and header files installed for this to work.
--with-tcp-wrappers will enable TCP Wrappers (/etc/hosts.allow|deny) --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 --with-md5-passwords will enable the use of MD5 passwords. Enable this
if your operating system uses MD5 passwords and the system crypt() does 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/ 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 $