मैं उपयोग नहीं कर रहा हूँ hosts.allow
या hosts.deny
, और अधिक SSH मेरी विंडोज़-मशीन (एक ही लैपटॉप, विभिन्न हार्ड ड्राइव) से काम करता है, लेकिन मेरी लिनक्स मशीन से नहीं।
ssh -vvv root@host -p port
देता है:
OpenSSH_6.6, OpenSSL 1.0.1f 6 Jan 2014
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to host [host] port <port>.
debug1: Connection established.
debug1: identity file /home/torxed/.ssh/id_dsa type -1
debug1: identity file /home/torxed/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.6
ssh_exchange_identification: read: Connection reset by peer
विंडोज़ मशीन पर सब कुछ ठीक काम करता है, इसलिए मैंने सुरक्षा लॉग की जाँच की और वहां की लाइनें समान हैं, सर्वर दो अलग-अलग "मशीनों" को अलग नहीं मानता है और वे दोनों सार्वजनिक-कुंजी प्रमाणीकरण के माध्यम से अनुमत हैं।
इसलिए यह निष्कर्ष निकलता है कि यह मेरे स्थानीय आर्कलिनक्स लैपटॉप के साथ एक मुद्दा होना चाहिए .. लेकिन क्या?
[torxed@archie ~]$ cat .ssh/known_hosts
[torxed@archie ~]$
तो यह समस्या नहीं है ..
[torxed@archie ~]$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
फ़ायरवॉल सेटिंग्स (अभी के लिए) के साथ कोई विरोध नहीं ..
[torxed@archie ~]$ ls -la .ssh/
total 20
drwx------ 2 torxed users 4096 Sep 3 2013 .
drwx------ 51 torxed users 4096 May 11 11:11 ..
-rw------- 1 torxed users 1679 Sep 3 2013 id_rsa
-rw-r--r-- 1 torxed users 403 Sep 3 2013 id_rsa.pub
-rw-r--r-- 1 torxed users 170 May 11 11:21 known_hosts
अनुमतियाँ ठीक प्रतीत होती हैं (सर्वर पर समान) .. /etc/ssh/ssh_config
साथ ही क्लाइंट में चल रहे बहुत सारे ऑटो-कॉन्फ़िगरेशन को छोड़कर एक ही परिणाम के साथ कॉन्फ़िगर किए बिना कोशिश की जाती है जो एक ही त्रुटि के साथ समाप्त होती है।
ip6tables-save
)?
iptables-save|grep -v '^#'
, जिसमें अन्य तालिकाओं (जैसेnat
औरmangle
) को शामिल किया जाएगा। यदि वे खाली हैं, तो बस यह बताएं कि आपकाiptables
ऊपर का आउटपुट डिफ़ॉल्ट रूप सेfilter
तालिका तक सीमित है । इसके अलावा, SSH सर्वर पर SSH को एक वैकल्पिक पोर्ट पर इस तरह चलाएं और डीबग आउटपुट दें।