SSH को सर्वर में लाने और key_load_public प्राप्त करने की कोशिश करना: ऐसी कोई फ़ाइल या निर्देशिका त्रुटि नहीं


43

मैंने अपने मैक से अपने दूरस्थ सर्वर के लिए एक पासवर्ड रहित ssh कनेक्शन बनाया। इसने काम किया (और) फिर मैंने अपना टर्मिनल बंद कर दिया, इसे फिर से खोला, फिर से कोशिश की, और निम्नलिखित मिला (उपयोगकर्ता नाम, my_ip वास्तविक नहीं हैं):

ssh -vvv username@my_ip
OpenSSH_7.2p2, LibreSSL 2.4.1
debug1: Reading configuration data /Users/Me/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 20: Applying options for *
debug1: /etc/ssh/ssh_config line 53: Applying options for *
debug2: resolving "my_ip" port 22
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to my_ip [my_ip] port 22.
debug1: Connection established.
debug1: identity file /Users/Me/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/Me/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/Me/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/Mes/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/Me/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/Me/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/Me/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /Users/Me/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.2
ssh_exchange_identification: read: Connection reset by peer

जब मैंने अपना .sshफोल्डर चेक किया , id_rsaतो उसमें से कोई भी नहीं था। त्रुटि से, ऐसा लगता है कि मुझे किसी तरह इन फ़ाइलों को बनाने की आवश्यकता है, लेकिन यह सुनिश्चित नहीं है कि ऐसा कैसे करें।

किसी भी सहायता की सराहना की जाएगी।


1
क्या कोई वास्तविक समस्या है? उदाहरण के लिए, क्या आप वास्तव में लॉग इन करने में असफल हो रहे हैं? क्या आप अपने प्रश्न को सम्पूर्ण डिबग आउटपुट में शामिल करने के लिए संपादित कर सकते हैं , केवल पहले भाग के बजाय?
केनस्टर

हाँ; मैं क्षमाप्रार्थी हूं! मैं लॉग इन नहीं कर सकता - और मैंने पिछली (और शायद सबसे महत्वपूर्ण?) लाइन को पहले छोड़ दिया था।
एरिक

जवाबों:


51
debug1: key_load_public: No such file or directory

ऊपर दी गई लाइन त्रुटि नहीं है, लेकिन सिर्फ साधारण डिबग लॉग कह रही है कि sshक्लाइंट को अलग-अलग सार्वजनिक कुंजी (नाम ~/.ssh/id_rsa.pub) खोजने में सक्षम नहीं है । दूरस्थ सर्वर से कनेक्ट करने के लिए इस फ़ाइल की आवश्यकता नहीं है, लेकिन यह उपयोगी हो सकता है।

वास्तविक त्रुटि

ssh_exchange_identification: read: Connection reset by peer

सर्वर कॉन्फ़िगरेशन में त्रुटि के बिंदु। सर्वर चल रहा है, लेकिन SSH कनेक्शन को स्वीकार करने में विफल रहता है। अधिक जानकारी के लिए सर्वर लॉग की जाँच करें। इसी तरह की समस्याएं


वह लिंक बहुत मददगार था। और, यह पता चला है कि मैं वास्तव में ब्लैकलिस्ट किया गया था (मैंने अपने सर्वर में बहुत बार ssh'ed किया था जबकि मैं कुछ परीक्षण कर रहा हूं।)
एरिक

1
मेरी समस्या यह थी कि एक बैशन होस्ट ने आईपी एड्रेस को बदल दिया था और known_hostsमेरे मैक पर गलत था ... यह दिखाया @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @... यह लाइन नंबर दिखाता है ~/.ssh/known_hosts:238। इसलिए, मैंने इस मामले को 238, इस मामले में, मेरे मैक पर ज्ञात_होस्ट्स फ़ाइल से हटा दिया और मैंने फिर से सफलतापूर्वक कनेक्ट करने का प्रयास किया।
Marcello de Sales

3

समस्या: गढ़ मेजबान आईपी बेमेल पर ~/.ssh/known_hosts

मैं known_hostsफ़ाइल पुरानी थी क्योंकि गढ़ का आईपी पता बदल गया था ...

$ ssh 10.82.49.24
ssh_exchange_identification: Connection closed by remote host

मुझे कोई जानकारी नहीं दी। वर्बोज़ आउटपुट को देखने से एक ही चीज़ होती है:

$ ssh -v 10.82.49.24
OpenSSH_7.4p1, LibreSSL 2.5.0
debug1: Reading configuration data /Users/mdesales/.ssh/config
debug1: /Users/mdesales/.ssh/config line 1: Applying options for 10.82.*.*
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Executing proxy command: exec ssh -q -W 10.82.49.24:22 ec2-user@bastion-vpc-xxxxxx.config-yyyyyyy.com -i ~/.ssh/xxxconfig-xxxx.pem
debug1: key_load_public: No such file or directory
debug1: identity file ~/.ssh/xxxconfig-xxxx.pem
debug1: key_load_public: No such file or directory
debug1: identity file ~/.ssh/xxxconfig-xxxx.pem-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.4
debug1: permanently_drop_suid: 1647059022
ssh_exchange_identification: Connection closed by remote host

इस बिंदु पर, क्योंकि यह गढ़ के माध्यम से एक अन्य मेजबान के लिए एक छद्म है, मैं देख सकता हूँ कि गढ़ एक समस्या है:

$ ssh ec2-user@bastion-vpc-xxxxxx.config-yyyyyyy.com -i ~/.ssh/xxxconfig-xxxx.pem
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ECDSA key sent by the remote host is
SHA256:Z8X1UlIgQ94BKJ7NA/oQi7v0NL4IlFeO7Ou4j76Zphk.
Please contact your system administrator.
Add correct host key in /Users/mdesales/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /Users/mdesales/.ssh/known_hosts:238
ECDSA host key for ec2-user@bastion-vpc-xxxxxx.config-yyyyyyy.com has changed and you have requested strict checking.
Host key verification failed.

उपाय

लाइन 238 पर प्रविष्टि को हटाने से समस्या हल हो गई ... मैं गढ़ के लिए बोला जा सकता था और मैं मेजबानों को बहा सकता था।

$ vim /Users/mdesales/.ssh/known_hosts

$ ssh ec2-user@bastion-vpc-xxxxxx.config-yyyyyyy.com -i ~/.ssh/xxxconfig-xxxx.pem
The authenticity of host 'ec2-user@bastion-vpc-xxxxxx.config-yyyyyyy.com (34.x.x.y)' can't be established.
ECDSA key fingerprint is SHA256:Z8X1UlIgQ94BKJ7NA/oQi7v0NL4IlFeO7Ou4j76Zphk.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'ec2-user@bastion-vpc-xxxxxx.config-yyyyyyy.com -i ~/.ssh/xxxconfig-xxxx.pem,34.213.y.x' (ECDSA) to the list of known hosts.
********************************************************************************
This is a private computer system containing information that is proprietary
and confidential to the owner of the system.  Only individuals or entities
authorized by the owner of the system are allowed to access or use the system.
Any unauthorized access or use of the system or information is strictly
prohibited.

All violators will be prosecuted to the fullest extent permitted by law.
********************************************************************************
Last login: Wed Aug  2 20:35:55 2017 from 10.81.31.115
[ec2-user@ip-10-82-50-142 ~]$ 

1

आज मेरे पास आया।

मेरे WLAN डिस्कनेक्ट करके और फिर से कनेक्ट करके फिक्स्ड। हां, यह बेवकूफी भरा लगता है और यह बेवकूफी भरा है लेकिन कम से कम एक WLAN पर ऐसा किसी भी अच्छे कारण के साथ नहीं हुआ है।


0

वही समस्या, बस समाधान यहाँ पोस्ट करें

अपने आईपी /etc/hosts.denyका उपयोग करने से निकालें :

nano /etc/hosts.deny
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.