- (dtucker) [INSTALL] Link to tcpwrappers.
This commit is contained in:
parent
8ea84561c4
commit
fb206ded16
|
@ -6,6 +6,7 @@
|
|||
implementations together which is hopefully more coherent.
|
||||
- (dtucker) [INSTALL] the pid file is sshd.pid not ssh.pid.
|
||||
- (dtucker) [INSTALL] Give PAM its own heading.
|
||||
- (dtucker) [INSTALL] Link to tcpwrappers.
|
||||
|
||||
20070816
|
||||
- (dtucker) [session.c] Call PAM cleanup functions for unauthenticated
|
||||
|
@ -3182,4 +3183,4 @@
|
|||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||
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
13
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 $
|
||||
|
|
Loading…
Reference in New Issue