Skip to content

Commit

Permalink
- (dtucker) [INSTALL] Link to tcpwrappers.
Browse files Browse the repository at this point in the history
  • Loading branch information
daztucker committed Aug 17, 2007
1 parent 8ea8456 commit fb206de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 changes: 11 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 $

0 comments on commit fb206de

Please sign in to comment.