I originally compiled ssh2.1.0 without libwrap and was able to make a connection. Now
that I recompiled with --with-libwrap option I can no longer make a connection.
/etc/hosts.allow does have my network segment so I don't think it's there.
Besides that I'm lost. What am I missing?
When I tried connecting from machine A to machine B here's the debug
debug: hostname is '102.45.45.95'.
debug: Unable to open /opt/home/Charles/.ssh2/ssh2_config
debug: connecting to 102.45.45.95...
debug: entering event loop
debug: ssh_client_wrap: creating transport protocol
debug: Ssh2Client/sshclient.c:1015/ssh_client_wrap: creating userauth protocol
debug: Ssh2Common/sshcommon.c:342/ssh_common_wrap: local ip = 102.45.45.141, loc
al port = 32883
debug: Ssh2Common/sshcommon.c:344/ssh_common_wrap: remote ip = 102.45.45.95, remote
port = 22
debug: SshConnection/sshconn.c:1853/ssh_conn_wrap: Wrapping...
debug: Ssh2Common/sshcommon.c:132/ssh_common_disconnect: DISCONNECT received:
Connection closed by remote host.
debug: Ssh2Common/sshcommon.c:132/ssh_common_disconnect: DISCONNECT received:
Connection closed.
Thanks for any help
Charles