ฉันใช้ Ubuntu 10.10 บนกล่องรีโมต ฉัน ssh มันทุกวันโดยไม่มีปัญหา แต่วันนี้จากฟ้าฉันได้รับข้อผิดพลาดต่อไปนี้:
ssh_exchange_identification: Connection closed by remote host
หากฉันเชื่อมต่อด้วย-vv
ฉันจะได้รับสิ่งต่อไปนี้:
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
หากฉันลบกุญแจออกฉันจะได้ผลลัพธ์ที่แน่นอน (sans "debug2: key_type _... ) ฉันจัดการเข้าสู่ระบบทางกายภาพและตรวจสอบhosts.allow
แล้วhosts.deny
แต่ไม่มีรายการฉันลองลบและติดตั้ง OpenSSH ใหม่อีกครั้งตรวจสอบauthorized_keys
และ~/.ssh
การอนุญาตและพยายามเชื่อมต่อจากคอมพิวเตอร์เครื่องอื่นเท่านั้นที่จะได้รับข้อผิดพลาดเดียวกันฉันสิ้นสุดปัญญาความช่วยเหลือใด ๆ จะได้รับการชื่นชมอย่างมาก
-vvv
และได้รับอนุญาตจาก~/.ssh
โฟลเดอร์และ~/.ssh/authorized_keys
ไฟล์ได้หรือไม่?