ฉันใช้ OS X พยายาม ssh ไปยังเซิร์ฟเวอร์ ubuntu 12.04 ฉันสามารถใช้ SSH - จนกระทั่งสิ่งต่าง ๆ หยุดทำงานในทันที ฉันได้อ่านออนไลน์เพื่อใช้ใน-v
การแก้ไขข้อบกพร่องนี้ เอาท์พุทที่แสดงด้านล่าง ถ้าฉัน ssh ลงในกล่องอื่นแล้ว ssh จากกล่องนั้นไปยังเซิร์ฟเวอร์ฉันสามารถเข้าสู่ระบบ ฉันไม่รู้ว่าจะแก้ไขปัญหานี้อย่างไร แต่ต้องการเรียนรู้
$ ssh -v me@server
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 53: Applying options for *
debug1: Connecting to server [IP] port 22.
debug1: Connection established.
debug1: identity file /Users/me/.ssh/id_rsa type 1
debug1: identity file /Users/me/.ssh/id_rsa-cert type -1
debug1: identity file /Users/me/.ssh/id_dsa type -1
debug1: identity file /Users/me/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
ssh_exchange_identification: read: Connection reset by peer
จนถึงตอนนี้ (ตามคำแนะนำของกระดานข้อความ) ฉันได้ค้นหาโฮสต์ที่ปฏิเสธไฟล์ - แต่ไม่มีไฟล์ดังกล่าวในเครื่องของฉัน
$ cat /etc/hosts.deny
cat: /etc/hosts.deny: No such file or directory
ฉันมีสิทธิ์การเข้าถึงระดับผู้ดูแลระบบบนเครื่องไคลเอนต์ แต่ไม่ใช่บนเซิร์ฟเวอร์
sshd
ฟังบนพอร์ตอื่นด้วยเอาต์พุต verbose และให้เอาต์พุตเมื่อพยายามเชื่อมต่อกับมัน$(which sshd) -d -p 23
. หากคุณไม่มีความสามารถในการทำเช่นนี้ตัวเลือกของคุณค่อนข้าง จำกัด ทางออกที่ดีที่สุดคือรับคนที่มีสิทธิ์ของผู้ดูแลระบบบนเซิร์ฟเวอร์