Hi,
with regard to my problem with tunnelling, I am certain that it is
something in my /etc/hosts.allow file.
I did a truss of an ssh1 attempt and saw that hosts.allow was the last file
openned before I would get a
tcp wrappers error. I don't believe that I am articulating the rules in
that file correctly.
The contents of /etc/hosts.allow follow, am I missing something?
# permit access to a few good hosts.
# ALL says all services, ftp, telnet,
#
ALL: a.sparc.machine.behind.firewall.com
ALL: another.machine.behind.firewall.com
ALL: another.machine.behind.firewall.com
ALL: another.machine.behind.firewall.com
#
newftpd: ALL
#
sshd: another.machine.behind.firewall.com : ALLOW
ssh1: another.machine.behind.firewall.com : ALLOW
sendmail: ALL
#
rpcbind: xxx.xxx.xx.x/255.255.255.0
rpcbind: 255.255.255.255 0.0.0.0
#
thanks,
Rich