ฉันไม่สามารถเชื่อมต่อกับเซิร์ฟเวอร์ของฉันผ่าน ssh โดยใช้คอมพิวเตอร์ของฉัน แต่ฉันสามารถเชื่อมต่อกับเซิร์ฟเวอร์นี้ผ่านโทรศัพท์มือถือของฉันโดยใช้แอพ termius ฉันได้ตรวจสอบ/etc/hosts.allow
และ/etc/hosts.deny
และ iptables ของฉันและฉันได้ค้น google แล้วดูเหมือนว่าไม่มีคำตอบที่เหมาะกับปัญหานี้ ฉันไม่รู้วิธีแก้ปัญหานี่คือssh -v 183.17.228.80
ผลลัพธ์
debug1: Connecting to 183.17.228.80 [183.17.228.80] port 22.
debug1: Connection established.=======================
debug1: permanently_set_uid: 0/0
debug1: SELinux support disabled
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /root/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
ssh_exchange_identification: read: Connection reset by peer
ฉันสามารถ ping เซิร์ฟเวอร์นี้นี่คือ telnet
telnet 183.17.228.29 22
Trying 183.17.228.29...
Connected to 183.17.228.29.
Escape character is '^]'.
Connection closed by foreign host.
root
จากเส้นทางของไฟล์ที่สำคัญที่ฉันคิดว่าคุณกำลังเชื่อมต่อเป็น โดยปกติจะไม่เปิดใช้งาน ดูการกำหนดค่า sshd ของคุณ ssh -vvv
อาจให้ข้อมูลเพิ่มเติมแก่คุณ