मैं SSH के माध्यम से अपने डेबियन व्हीज़ी सर्वर में प्रवेश नहीं कर सकता।
मैंने ssh_config और sshd_config में Ciphers और KeyExchange विकल्प बदले। अजीब बात यह है कि मैंने दो अन्य समान मशीनों पर समान परिवर्तन किए और किसी भी समस्या में नहीं चला।
सौभाग्य से मेरे पास कोई भी बदलाव करने के लिए मशीन में प्रवेश करने के लिए वीएनसी है।
मैंने अब अपने ssh को वापस सामान्य रूप में कॉन्फ़िगर कर दिया है, लेकिन समस्या बनी हुई है:
debug1: Connecting to myserv.com [server_ip] port 443.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/Users/antd/.ssh/id_rsa" as a RSA1 public key
debug1: identity file /Users/antd/.ssh/id_rsa type -1
debug1: identity file /Users/antd/.ssh/id_rsa-cert type -1
debug1: identity file /Users/antd/.ssh/id_dsa type -1
debug1: identity file /Users/antd/.ssh/id_dsa-cert type -1
debug1: identity file /Users/antd/.ssh/id_ecdsa type -1
debug1: identity file /Users/antd/.ssh/id_ecdsa-cert type -1
debug1: identity file /Users/antd/.ssh/id_ed25519 type -1
debug1: identity file /Users/antd/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6.1
debug1: Remote protocol version 2.0, remote software version OpenSSH_6.0p1 Debian-4+deb7u2
debug1: match: OpenSSH_6.0p1 Debian-4+deb7u2 pat OpenSSH* compat 0x04000000
debug2: fd 3 setting O_NONBLOCK
debug3: put_host_port: [myserv.com]:443
debug3: load_hostkeys: loading entries for host "[myserv.com]:443" from file "/Users/antd/.ssh/known_hosts"
debug3: load_hostkeys: loaded 0 keys
debug1: SSH2_MSG_KEXINIT sent
disconnected
और SSH सेवा को फिर से शुरू करने के बाद:
sh-4.2$ sudo /etc/init.d/ssh restart
Could not load host key: /etc/ssh/ssh_host_rsa_key
[....] Restarting OpenBSD Secure Shell server: sshdCould not load host key: /etc/ssh/ssh_host_rsa_key
SSH मेरा पासवर्ड भी नहीं पूछ रहा है ...
मैं बहुत सराहना करता हूँ अगर कोई मेरी मदद कर सकता है SSH वापस पाने के लिए !!