मैं अपने कंप्यूटर का उपयोग करते हुए ssh के माध्यम से अपने सर्वर से कनेक्ट नहीं कर सकता, लेकिन मैं अपने सेल फ़ोन के माध्यम से टर्मिअस ऐप का उपयोग करके इस सर्वर से जुड़ सकता हूं। मैंने जाँच की है /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
मैं इस सर्वर को पिंग कर सकता हूं, यहां टेलनेट है
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
आप अधिक जानकारी दे सकते हैं।