Uzak bir kutuda Ubuntu 10.10 kullanıyorum. Her gün sorun olmadan ssh ama bugün mavi dışında, aşağıdaki hatayı alıyorum:
ssh_exchange_identification: Connection closed by remote host
Eğer bağlanırsam -vv
aşağıdakileri elde ederim:
OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /Users/bla/.ssh/config
debug1: Applying options for ubuntu-server
debug1: Reading configuration data /etc/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to ubuntu-server.com [123.123.123.123] port 22.
debug1: Connection established.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug2: key_type_from_name: unknown key type '-----END'
debug1: identity file /Users/bla/.ssh/id_rsa type -1
debug1: identity file /Users/bla/.ssh/id_rsa-cert type -1
ssh_exchange_identification: Connection closed by remote host
Ben anahtarı kaldırırsanız, Ben aynı çıktıyı (sans "debug2: key_type _...) olsun. Fiziksel olarak giriş başardı ve gözlerimi kontrol ettik hosts.allow
ve hosts.deny
. Ama hiç girdilerine sahip Ben kaldırma ve OpenSSH yeniden çalıştı, kontrol authorized_keys
ve ~/.ssh
izinleri ve diğer bilgisayarlardan sadece aynı hatayı almak için bağlanmaya çalıştım.
-vvv
ve~/.ssh
klasör ve~/.ssh/authorized_keys
dosyanın iznini gönderebilir misiniz ?