Hi,
I have a number of Tru64 v5.1B systems (at varied patch kits) running sshd2 with tcp wrappers 7.6 installed. The wrappers are not working at all and don't seem to be using the hosts.allow or hosts.deny files. SSH connections are honored regardless of the contents of the hosts.allow and hosts.deny files, yet tcpdmatch reports as if it is hitting the hosts.allow file. (see below)
bash-2.05# ./tcpdmatch sshd2 xxx.xxx.166.223
warning: sshd2: no such process name in /etc/inetd.conf
client: address xxx.xxx.166.223
server: process sshd2
matched: /etc/hosts.allow line 15
access: granted
bash-2.05# ./tcpdmatch sshd2 xxx.xxx.166.224
warning: sshd2: no such process name in /etc/inetd.conf
client: address xxx.xxx.166.224
server: process sshd2
matched: /etc/hosts.deny line 1
access: denied
I've restarted both sshd2 and inetd and still see this behavior. Can anyone help me figure out what's going wrong?
*******************************************
Stephanie Zimbric
Systems Engineer - SAN and Backups
Marquette University - IT Services
stephanie.zimbric_at_marquette.edu
*******************************************
Received on Tue Dec 02 2003 - 19:46:16 NZDT