SSH बहुत अधिक प्रमाणीकरण विफलताओं के साथ गर्भपात करता है


26

मैं इस सरल प्रोविजनिंग स्क्रिप्ट को चलाने का प्रयास कर रहा हूं, लेकिन जब चल रहा है vagrant upऔर तब vagrant provisionकमांड करता है, तो मैं त्रुटियों का सामना कर रहा हूं ।

मैंने पढ़ा कि मुझे एक /etc/ansible/hostsफ़ाइल बनाने की ज़रूरत है जो मैंने किया है, इसके साथ पॉपुलेटिंग:

[vagrant]
192.168.222.111

मेरा SSH कॉन्फिगरेशन (हटाए गए कुछ विवरण):

Host default
HostName 127.0.0.1
User vagrant
Port 2222
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile /Users/ashleyconnor/.vagrant.d/insecure_private_key
IdentitiesOnly yes
LogLevel FATAL

Host            server
HostName        XXX.XXX.XXX.XXX
User            ash
PreferredAuthentications publickey
IdentityFile    ~/.ssh/ash_ovh

Host            deployer
HostName        XXX.XXX.XXX.XXX
User            deployer
PreferredAuthentications publickey
IdentityFile    ~/.ssh/deployer_ovh

Host            bitbucket.org
PreferredAuthentications publickey
IdentityFile    ~/.ssh/bitbucket

Host            github.com
PreferredAuthentications publickey
IdentityFile    ~/.ssh/github

Host            staging
HostName        192.168.56.10
User            deployer
PreferredAuthentications publickey
IdentityFile    ~/.ssh/id_rsa

SSH आउटपुट जो मुझे प्राप्त हो रहा है वह मेरी सभी कुंजियों के माध्यम से मंथन करने के लिए है:

<192.168.222.111> ESTABLISH CONNECTION FOR USER: vagrant
<192.168.222.111> REMOTE_MODULE setup
<192.168.222.111> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/ashleyconnor/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'IdentityFile=/Users/ashleyconnor/.vagrant.d/insecure_private_key', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=10', '192.168.222.111', "/bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1394317116.44-226619545527061 && chmod a+rx $HOME/.ansible/tmp/ansible-tmp-1394317116.44-226619545527061 && echo $HOME/.ansible/tmp/ansible-tmp-1394317116.44-226619545527061'"]
fatal: [192.168.222.111] => SSH encountered an unknown error. The output was:
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /Users/ashleyconnor/.ssh/config
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 53: Applying options for *
debug1: auto-mux: Trying existing master
debug1: Control socket "/Users/ashleyconnor/.ansible/cp/ansible-ssh-192.168.222.111-22-vagrant" does not exist
debug2: ssh_connect: needpriv 0
debug1: Connecting to 192.168.222.111 [192.168.222.111] port 22.
debug2: fd 3 setting O_NONBLOCK
debug1: fd 3 clearing O_NONBLOCK
debug1: Connection established.
debug3: timeout: 10000 ms remain after connect
debug3: Incorrect RSA1 identifier
debug3: Could not load "/Users/ashleyconnor/.vagrant.d/insecure_private_key" as a RSA1 public key
debug1: identity file /Users/ashleyconnor/.vagrant.d/insecure_private_key type -1
debug1: identity file /Users/ashleyconnor/.vagrant.d/insecure_private_key-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9p1 Debian-5ubuntu1
debug1: match: OpenSSH_5.9p1 Debian-5ubuntu1 pat OpenSSH_5*
debug2: fd 3 setting O_NONBLOCK
debug3: load_hostkeys: loading entries for host "192.168.222.111" from file "/Users/ashleyconnor/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /Users/ashleyconnor/.ssh/known_hosts:20
debug3: load_hostkeys: loaded 1 keys
debug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa,ssh-dss-cert-v01@openssh.com,ssh-dss-cert-v00@openssh.com,ssh-dss
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: zlib@openssh.com,zlib,none
debug2: kex_parse_kexinit: zlib@openssh.com,zlib,none
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_setup: found hmac-md5
debug1: kex: server->client aes128-ctr hmac-md5 zlib@openssh.com
debug2: mac_setup: found hmac-md5
debug1: kex: client->server aes128-ctr hmac-md5 zlib@openssh.com
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug2: dh_gen_key: priv key bits set: 119/256
debug2: bits set: 527/1024
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA 50:db:75:ba:11:2f:43:c9:ab:14:40:6d:7f:a1:ee:e3
debug3: load_hostkeys: loading entries for host "192.168.222.111" from file "/Users/ashleyconnor/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /Users/ashleyconnor/.ssh/known_hosts:20
debug3: load_hostkeys: loaded 1 keys
debug1: Host '192.168.222.111' is known and matches the RSA host key.
debug1: Found key in /Users/ashleyconnor/.ssh/known_hosts:20
debug2: bits set: 511/1024
debug1: ssh_rsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /Users/ashleyconnor/.ssh/id_rsa (0x7fc212600540),
debug2: key: /Users/ashleyconnor/.ssh/bitbucket (0x7fc212600730),
debug2: key: /Users/ashleyconnor/.ssh/deployer (0x7fc212600a00),
debug2: key: /Users/ashleyconnor/.ssh/github (0x7fc212600c80),
debug2: key: /Users/ashleyconnor/.ssh/ash_ovh (0x7fc212601010),
debug2: key: /Users/ashleyconnor/.ssh/deployer_ovh (0x7fc2126011e0),
debug2: key: /Users/ashleyconnor/.vagrant.d/insecure_private_key (0x0), explicit
debug1: Authentications that can continue: publickey,password
debug3: start over, passed a different list publickey,password
debug3: preferred gssapi-with-mic,gssapi-keyex,hostbased,publickey
debug3: authmethod_lookup publickey
debug3: remaining preferred: ,gssapi-keyex,hostbased,publickey
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /Users/ashleyconnor/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Offering RSA public key: /Users/ashleyconnor/.ssh/bitbucket
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Offering RSA public key: /Users/ashleyconnor/.ssh/deployer
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Offering RSA public key: /Users/ashleyconnor/.ssh/github
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Offering RSA public key: /Users/ashleyconnor/.ssh/ash_ovh
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Offering RSA public key: /Users/ashleyconnor/.ssh/deployer_ovh
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
Received disconnect from 192.168.222.111: 2: Too many authentication failures for vagrant

vagrant sshआदेश ठीक काम करता है।


संभव डुप्लिकेट: serverfault.com/questions/139870/...
हेंक Langeveld

थोड़ा अलग। जब आप दौड़ते हैं तो वैग्रेंट इंजेक्शन की कुंजी होती है vagrant sshऔर इस प्रश्न में केवल बिना चाबी का प्रमाणीकरण शामिल होता है।
ऐश

2
अन्य लोगों के लिए एक नोट जोड़ना इस पर Googling। सिस्को नेक्सस स्विच इसी समस्या से ग्रस्त हैं। नीचे दिए गए @HenkLangeveld द्वारा बताए गए तरीके से हल किया गया:IdentitiesOnly=yes
ब्रेट लाइकिंस

जवाबों:


37

ssh-config(5)Ssh के अनुसार , किसी भी आइडेंटिटी फाइल्स के अलावा एजेंट द्वारा ज्ञात सभी कुंजियों को हमेशा आज़माएँगे :

 IdentitiesOnly
         Specifies that ssh(1) should only use the authentication identity files
         configured in the ssh_config files, even if ssh-agent(1) offers more
         identities.  The argument to this keyword must be “yes” or “no”.  This
         option is intended for situations where ssh-agent offers many different
         identities.  The default is “no”.

 IdentityFile
         Specifies a file from which the user's DSA, ECDSA or DSA authentication
         identity is read.  The default is ~/.ssh/identity for protocol version 1,
         and ~/.ssh/id_dsa, ~/.ssh/id_ecdsa and ~/.ssh/id_rsa for protocol
         version 2.  Additionally, any identities represented by the  
         authentication agent will be used for authentication.  ssh(1) will try
         to load certificate information from the filename obtained by
         appending -cert.pub to the path of a specified IdentityFile.

इसे रोकने के लिए, किसी को IdentitiesOnly=yesस्पष्ट रूप से प्रदान की गई निजी कुंजी के अतिरिक्त निर्दिष्ट करना होगा ।

उदाहरण के लिए, sshनीचे कमांड चलाना :

$ ssh -i /home/henk/.vagrant.d/insecure_private_key \
  vagrant@192.168.222.111 echo ok

पैदा करता है:

Received disconnect from 192.168.222.111: 2: Too many authentication 
failures for vagrant

हालाँकि, एक ही sshकमांड और, इसके अलावा, निर्दिष्ट करना IdentitiesOnly=yes:

$ ssh -o IdentitiesOnly=yes \
  -i /home/henk/.vagrant.d/insecure_private_key vagrant@192.168.222.111 echo ok

पैदा करता है:

ok

संपादित करें: आवधिक कुंजी को एजेंट में जोड़ने की आवश्यकता के बारे में गलत धारणा को हटा दिया। यह इसके सार के उत्तर को कम करता है। आइए देखें कि क्या हम एक डुप्लिकेट पा सकते हैं ...
हेंक लैंगवेल्ड

3
स्पष्टीकरण के लिए धन्यवाद! .ssh/configफ़ाइल का उपयोग करते समय , वाक्यविन्यास IdentitiesOnly yesउपयुक्त Hostवर्गों में होता है।
16'16

सही, विन्यास फाइल में ssh -o Option=Valueहो जाता Option Valueहै।
हेनक लैंगवेल्ड

क्षमा करें यदि प्रश्न बहुत बुनियादी है, लेकिन क्या सर्वर की ओर से "IdentitiesOnly = yes" या क्लाइंट से पास होने का तर्क है? यह दूसरी तरह दिखता है ..
रोलरॉल

@ ThePoet वास्तव में, यह एक sshग्राहक विकल्प के रूप में उल्लेख किया है ।
हेनक लैंगवेल्ड

8

तो मेरे पास 5 चाबियाँ थीं ssh-agentऔर योनि ssh कुंजी का उपयोग करने के स्पष्ट विकल्प के बावजूद यह सही कुंजी तक पहुंचने से पहले आसानी से max_tries तक पहुंचने से पहले अपने एजेंट में कुंजियों के माध्यम से लूपिंग पर जोर देता था।

जाँच करने के लिए आपको यह समस्या है: भागो ssh-add -l- अगर यह सूची> 5 है तो आपको चाबियाँ निकालने या एजेंट को अक्षम करने की आवश्यकता है।

ठीक करने के लिए: वह भाग चलाएं ssh-add -d ~/.ssh/Xजहां Xकुंजी आप निकालना चाहते हैं।


मेज़र-रैकहम रेपो स्थापित करने के बाद और इस जानकारी के साथ मैं आपकी समस्या को पुन: उत्पन्न कर सकता हूं और मैंने एक विकल्प जोड़ा है: सुनिश्चित करें कि एजेंट द्वारा योनि कुंजी ज्ञात है।
हेंक लैंगवेल्ड

मैंने इसे एजेंट के साथ जोड़ा लेकिन फिर भी चाबी निकालना पड़ा। हो सकता है कि आप एजेंट के आदेशों को जोड़ दें? संपादित करें: बस अपना संपादन पढ़ें।
एश

मुझे भी यही समस्या है, लेकिन मुझे समझ नहीं आ रहा है कि आपने यह कैसे तय किया? मैं अपने ~/.ssh/फ़ोल्डर से कोई भी कुंजी नहीं निकाल सकता , मुझे तब की आवश्यकता है
rubo77

आप अपने ~.sshफ़ोल्डर से चाबियाँ नहीं निकाल रहे हैं - आप कुंजी को हटा रहे हैं ssh-agent daemon। आप उन्हें हमेशा बाद में वापस जोड़ सकते हैं। अधिक जानकारी के लिए यहां देखें ।
ऐश

4

जब मैंने सफलता के बिना यहां सभी सलाह देने की कोशिश की, तो मैंने माना कि मेरी समस्या नई प्रमाणीकरण विधि (GSSAPI) थी, जो हमेशा असफल रही।

मैंने इसका संपादन ~/.ssh/configफ़ाइल द्वारा किया है:

Host *
  GSSAPIAuthentication no

आशा है कि यह भी किसी की मदद करता है।


यह कम से कम एक स्लॉट बनाने के लिए लगता है! Ssh- एजेंट के माध्यम से 5 कुंजी के साथ मेरा सेटअप फिर से काम करता है। मुझे लगता है कि यह 6 कुंजी के साथ विफल हो जाएगा, हालांकि ...
रॉबर्ट सिएमर

2

आपका ssh- एजेंट ssh सर्वर से अधिक कुंजी रखता है जो प्रमाणीकरण के प्रयासों ("MaxAuthTries", डिफ़ॉल्ट: 6) की अनुमति देता है।

ध्यान दें कि कुछ ssh- एजेंट, विशेष रूप से GNOME कीरिंग, सभी कुंजियाँ जो वे ~ / .shsh में पाते हैं, और ये कुंजियाँ "ssh-add - [dD]" के साथ अनलोड नहीं की जा सकती हैं।

यहां कुछ उपाय दिए गए हैं:

  • आपने अपने ~ / .shsh / config में सही कुंजी को पहले ही कॉन्फ़िगर कर दिया है, इसलिए आपको एजेंट की आवश्यकता नहीं है। क्लाइंट को एजेंट को अनदेखा करें, जैसे unset SSH_AUTH_SOCK@ henk-langeveld द्वारा सुझाए गए "IdentitiesOnly = yes" का उपयोग करें
  • ऑटो-लोड होने से रोकने के लिए कुछ कुंजियों को ~ / .sh (एक सबदिर जैसे ~ / .ssh / noauto काम करता है) से बाहर ले जाएं। आप अभी भी उन्हें ssh-add कर सकते हैं यदि आपको उनकी आवश्यकता है।
  • सर्वर की तरफ "MaxAuthTries" को बढ़ाएं, अनुमत प्रमाणीकरण प्रयासों की संख्या

2

इसे रोकने के लिए, हम -o 'IdentitiesOnly yes'उदाहरण के लिए ssh का उपयोग कर सकते हैंssh -i privateKey -o 'IdentitiesOnly yes' user@host

वैकल्पिक रूप से, हम निम्नलिखित पंक्तियों को ~ / .ssh / config फाइल में जोड़ सकते हैं

Host *
IdentitiesOnly yes

1

त्वरित फिक्स कमांड का उपयोग कर सर्वर कनेक्ट करने के लिए:

ssh -o IdentitiesOnly=yes -i ~/.ssh/private_key_or_pem_file_name server_user_name@ip_OR_hostname echo ok

अनुशंसित तरीका नीचे उल्लिखित है:

लेकिन यदि आपके पास कैपिस्ट्रानो रसीप्स या अन्य सॉफ्टवेयर्स हैं जो आपके ssh सर्वर को कनेक्ट कर रहे हैं तो आपको नीचे दिए गए तरीके से ठीक करना होगा:

अपने सर्वर कॉन्फ़िगरेशन में ~ / .ssh / config फ़ाइल का उल्लेख "आइडेंटिटीऑनलाइन यस" विकल्प में मिलता है

Host server_domain_OR_ip server_name_your_choice
    User server_user_name
    Hostname server_domain_OR_ip
    RSAAuthentication yes
    Compression yes
    IdentityFile ~/.ssh/private_key_OR_pem_file
    IdentitiesOnly yes
    Port 22

Private_key_OR_pem_file: pem फ़ाइल के मामले में विस्तार का उल्लेख है ".pem"


1

मैं एक ही प्लेबुक चलाने की कोशिश में इस त्रुटि में भाग गया। मैंने पहचान का उपयोग करके ऑप्शंस की आपूर्ति को समाप्त कर दिया --ssh-extra-args:

ansible-playbook -i ../.vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory playbook.yml --ssh-extra-args="-o IdentitiesOnly=yes"

0

मुख्य संदेश है

Received disconnect from 192.168.222.111: 2: 
    Too many authentication failures for vagrant

आपने योनि ssh-config आउटपुट को डिफ़ॉल्ट होस्ट के रूप में कॉपी किया है, .ssh/configलेकिन इसे छोड़ दिया गया है क्योंकि इसमें परस्पर विरोधी पैरामीटर (होस्टनाम, पोर्ट) है। बिना मिलान वाली एंट्री के साथ, ssh केवल उन सभी कुंजियों को आज़माएगा जो उसे मिल सकती हैं।

-iविकल्प के साथ फिर से ssh प्रयास का परीक्षण करें

$ ssh -i $HOME/.vagrant.d/insecure_private_key vagrant@192.168.222.111 echo ok

मुझे विश्वास है कि आप इसे अंसारी सूची में कैसे निर्दिष्ट करेंगे:

[vagrant]
192.168.222.111 ansible_ssh_private_key_file=/.../.vagrant.d/insecure_private_key

पठनीयता के लिए मार्ग संक्षिप्त


मूल उत्तर:

vagrant ssh-configअपने में योनि प्रवेश के साथ उत्पादन की तुलना करें .ssh/config। सुनिश्चित करें कि निजी कुंजी पथ एक सटीक मिलान है।

यह भी सत्यापित करें कि कीफाइल को किसी अन्य खातों द्वारा एक्सेस नहीं किया जा सकता है। हम सभी जानते हैं कि वह कुंजी क्या है, लेकिन एसएसएच यह नहीं जानता कि यह बात सार्वजनिक ज्ञान है, और हमें उन कुंजियों का उपयोग करने से बचाने की कोशिश करता है जो समझौता हो सकती हैं।


मैंने मूल रूप से कॉन्फ़िगरेशन की प्रतिलिपि बनाई थी, vagrant ssh-configलेकिन मैंने फिर से जाँच की और यह समान है। मेरे cat /Users/ashleyconnor/.vagrant.d/insecure_private_keyपास पर्याप्त अनुमति भी हो सकती है ।
ऐश

सुनिश्चित करें कि कोई अन्य व्यक्ति फ़ाइल को पढ़ या लिख ​​नहीं सकता है।
हेंक लैंगवेल्ड

1
केवल मेरे पास rw अनुमतियां हैं। अन्य सुझावों पर कोई भाग्य नहीं, मैंने कोशिश की ssh -i $HOME/.vagrant.d/insecure_private_key -l vagrant 192.168.222.111अभी भी चल रही हैReceived disconnect from 192.168.123.123: 2: Too many authentication failures for vagrant
ऐश

क्या रिमोट होस्ट में एक उपयोगकर्ता है vagrant?
हेंक लैंगवेल्ड

हाँ। जब मैं vagrant sshइसे चलाता हूं तो उपयोगकर्ता योनि के रूप में जोड़ता है
ऐश
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.