> I'm back! I added a line in Hosts.allow to allow ALL > for sshd: > > sshd: all: > > Still can't get in today. Can anybody else see sshd on > my box? 12.243.228.133 Let me know. I searched the > archives, but up till now everyone was using sshd-1, and > it appears that it is different than opensshd. Any > thoughts? I can get in using ssh on my internal > network, but not on my external network. Dachstein CD > 1.0.1, openssh, opensshd
I initially get a connection with putty, but get dumped before I get a login prompt. Connecting with OpenSSH 2.9p2, I get the error: ssh_exchange_identification: Connection closed by remote host When adding the -v flag, I get: # ssh 12.243.228.133 -v OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090600f debug1: Reading configuration data /etc/ssh/ssh_config debug1: Seeding random number generator debug1: Rhosts Authentication disabled, originating port will not be trusted. debug1: restore_uid debug1: ssh_connect: getuid 0 geteuid 0 anon 1 debug1: Connecting to 12.243.228.133 [12.243.228.133] port 22. debug1: temporarily_use_uid: 0/0 (e=0) debug1: restore_uid debug1: temporarily_use_uid: 0/0 (e=0) debug1: restore_uid debug1: Connection established. debug1: read PEM private key done: type DSA debug1: read PEM private key done: type RSA debug1: identity file /root/.ssh/identity type -1 debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_dsa type -1 ssh_exchange_identification: Connection closed by remote host debug1: Calling cleanup 0x8061fe0(0x0) I'd start by looking in your log files...normally ssh will log something about whatever is making it upset. (/var/log/auth). Charles Steinkuehler http://lrp.steinkuehler.net http://c0wz.steinkuehler.net (lrp.c0wz.com mirror) _______________________________________________ Leaf-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user
