On 7/12/99 [EMAIL PROTECTED] wrote:
I'm not finding docs on this particular problem. In fact, who's tcp_wrappers
are killing the connection, mine or the remote hosts' ?
Anybody knows what's going on ?
this is just a wild shot of speculation but the old non-free ssh
needed something like ssh-Fwd: 127.0.0.1 or whatever (actually it was
not the loopback but the actual IP address of the localhost iirc)
have you tried adding:
ALL: 127.0.0.1 localhost <yourip> <yourhost.yourdomain>
to /etc/hosts.allow just for testing?
Ethan