[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ssh-Verbindung klappt nicht mehr - ssh_exchange_identification: Connection closed by remote host



Hallo,

ohne irgendwas umkonfiguriert zu haben, kriege ich auf einmal keine Verbindung mehr:

ssh -l user 66.160.197.xxx -v
OpenSSH_5.1p1 Debian-3, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 66.160.197.xxx [66.160.197.xxx] port 22.
debug1: Connection established.
debug1: read PEM private key done: type DSA
debug1: read PEM private key done: type RSA
debug1: permanently_set_uid: 0/0
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

Der Server ist aber über http erreichbar.

Google schlägt folgenden Lösungen vor, nur komme ich ja nicht mehr auf den Server:

- increasing the value of:
  /proc/sys/net/core/netdev_max_backlog or
  /proc/sys/net/core/somaxconn

- changing permissions: chmod 755 /var/ and mkdir /var/empty

- commenting out this line in /etc/inetd.conf :
ssh stream tcp nowait root /usr/sbin/tcpd /usr/bin/ssh

- changing hosts.deny to use ALL

Habt ihr vielleicht noch andere Lösungen? Am client, mit dem ich die Verbindung aufbauen will, kann es doch eigentlich nicht liegen, oder? Ich hab leider nicht Zugriff auf weitere Server, aber ein

ssh -l user localhost -v

klappt.

Viele Grüße
Andre


--
Personal weblog and more: http://bischof.homelinux.net



Reply to: