Date: Sun, 2 Mar 2003 14:56:43 -0600 From: Wayne <wayne@etaq.com> To: questions@freebsd.org Cc: current@freebsd.org Subject: can't sshd into box Message-ID: <20030302145643.A26191@etaq.com>
next in thread | raw e-mail | index | archive | help
Dear FreeBSD, I have installed 5.0 into a new Dell. I have not set up anything special yet (no firewall, no natd, etc.). I can ssh out to the world, but I can't get into the new box from the gateway FreeBSD box on the same home network. The gateway box properly lists the new box in /etc/hosts. Each box can ping the other by name and by ip. I have tried the OpenSSH that came with the system, and I installed ssh-3.0 , and the result is the same. sshd is running on the new box. I enabled telnet in inetd.conf, and I get rejected, also. Is there a new default connecton protection that I must turn off, or something? [/etc/hosts.allow is the default setting, I see no answer there.] - Wayne --------- example screen output below. The new box is etaq3 ------ wayne@etaq:/home/wayne>ssh etaq3 ssh_exchange_identification: read: Connection reset by peer wayne@etaq:/home/wayne>telnet etaq3 Trying 192.168.0.12... Connected to etaq3.etaq.com. Escape character is '^]'. Connection closed by foreign host. wayne@etaq:/home/wayne>ping etaq3 PING etaq3.etaq.com (192.168.0.12): 56 data bytes 64 bytes from 192.168.0.12: icmp_seq=0 ttl=64 time=0.402 ms 64 bytes from 192.168.0.12: icmp_seq=1 ttl=64 time=0.618 ms 64 bytes from 192.168.0.12: icmp_seq=2 ttl=64 time=0.344 ms -- Wayne M Barnes wayne@etaq.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030302145643.A26191>