এসএসএইচ অনেক বেশি প্রমাণীকরণ ব্যর্থতা সহ বন্ধ


26

আমি এই সাধারণ প্রভিশন স্ক্রিপ্টটি চালানোর চেষ্টা করছি তবে চলার সময় আমি ত্রুটিগুলির মুখোমুখি হচ্ছি vagrant upএবং তারপরে vagrant provisionআদেশগুলি।

আমি পড়েছি যে আমার একটি /etc/ansible/hostsফাইল তৈরি করা দরকার যা আমি এটিকে পপুলেটিং করে যাচ্ছি:

[vagrant]
192.168.222.111

আমার এসএসএইচ কনফিগারেশন (কিছু বিবরণ সরানো হয়েছে):

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

আমি যে এসএসএইচ আউটপুটটি পাচ্ছি তা আমার সমস্ত কীগুলির মধ্যে মন্থন বলে মনে হচ্ছে:

<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কমান্ড কাজ করে জরিমানা।


সম্ভাব্য সদৃশ: সার্ভারসফল্ট
হেন্ক

কিছুটা ভিন্ন. ঘোরাফেরা চালানোর সময় এর কীটি ইনজেকশন দেয়vagrant ssh এবং এই প্রশ্নটিতে কেবল চাবিহীন প্রমাণীকরণ জড়িত।
অ্যাশ

2
এটি গুগল করা অন্য ব্যক্তির জন্য একটি নোট যুক্ত করা। সিসকো নেক্সাস সুইচগুলি একই সমস্যায় ভুগছে। নীচে @ হেনক্যাঞ্জেলভেল্ড দ্বারা নির্দেশিত হিসাবে একইভাবে সমাধান করা হয়েছে:IdentitiesOnly=yes
ব্রেট লিকিনস

উত্তর:


37

অনুসারে ssh-config(5), এসএসএস সর্বদা এজেন্ট দ্বারা পরিচিতিযুক্ত সমস্ত কীগুলি কোনও আইডেন্টিটি ফাইল ছাড়াও চেষ্টা করবে :

 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বিভাগগুলিতে থাকে।
ডেভিল

সঠিক, কনফিগার ফাইলে ssh -o Option=Valueহয়ে যায় Option Value
হেন্ক ল্যাঙ্গভেল্ড

যদি প্রশ্নটি খুব মৌলিক তবে ক্ষমা করুন, সার্ভারের পাশে "পরিচয় কেবলমাত্র হ্যাঁ" বা ক্লায়েন্টের কাছ থেকে পাস করার যুক্তি? এটি দ্বিতীয়টির মতো মনে হচ্ছে ..
রোলরোল

@ThePoet আসলে এটি sshক্লায়েন্ট বিকল্প হিসাবে উল্লেখ করেছে ।
হেন্ক ল্যাঙ্গভেল্ড

8

সুতরাং আমার কাছে আমার 5 টি কী ছিল ssh-agentএবং ভিজেন্ট এসএসএস কী ব্যবহারের স্পষ্ট বিকল্প থাকা সত্ত্বেও এটি ডান কীটি পৌঁছানোর আগে ম্যাক্স_ট্রিগুলিতে সুবিধাজনকভাবে পৌঁছানোর আগে আমার এজেন্টের কীগুলির মাধ্যমে লুপিংয়ের উপর জোর দিয়েছিল।

আপনার এই সমস্যা আছে কিনা তা পরীক্ষা করতে: চালান ssh-add -l- এই তালিকাটি যদি 5 থাকে তবে আপনাকে কীগুলি সরিয়ে ফেলতে হবে বা এজেন্টটি অক্ষম করতে হবে।

ফিক্স: চালান ssh-add -d ~/.ssh/Xযেখানে Xমূল সরাতে চান হয়।


ম্যাজার-র্যাকহ্যাম রেপো ইনস্টল করার পরে এবং এই তথ্যের সাহায্যে আমি আপনার সমস্যার পুনরুত্পাদন করতে পেরেছিলাম এবং আমি একটি বিকল্প যুক্ত করেছি: নিশ্চিত হয়ে নিন যে ভিজেন্ট কীটি এজেন্টের দ্বারা পরিচিত known
হেন্ক ল্যাঙ্গভেল্ড

আমি এটিকে এজেন্টে যুক্ত করেছি তবে কীগুলি সরিয়ে ফেলতে হয়েছিল। আপনি এজেন্টের সাথে যুক্ত হওয়া অর্ডারটির বিষয়টি কি গুরুত্বপূর্ণ? সম্পাদনা: আপনার সম্পাদনাটি কেবল পড়ুন।
অ্যাশ

আমারও একই সমস্যা, তবে আপনি কীভাবে এটি ঠিক করেছেন তা আমি বুঝতে পারি না? আমি আমার ~/.ssh/ফোল্ডার থেকে কোনও কী মুছে ফেলতে পারি না , তারপরে আমার দরকার
রুবো 77

আপনি আপনার ~.sshফোল্ডার থেকে কীগুলি সরাচ্ছেন না - আপনি কীগুলি থেকে সরিয়ে দিচ্ছেন ssh-agent daemon। আপনি এগুলি সবসময় পরে যুক্ত করতে পারেন। আরও তথ্যের জন্য এখানে দেখুন ।
অ্যাশ

4

সাফল্য ছাড়াই আমি এখানে সমস্ত পরামর্শ দেওয়ার চেষ্টা করার পরে, আমি স্বীকার করেছি যে আমার সমস্যাটি নতুন প্রমাণীকরণ পদ্ধতি (জিএসএসএপিআই) ছিল, যা সর্বদা ব্যর্থ ছিল।

আমি ~/.ssh/configফাইল সম্পাদনা করে এটি সমাধান করেছি :

Host *
  GSSAPIAuthentication no

আশা করি এটিও কাউকে সাহায্য করবে।


এটি অন্তত একটি স্লট আপ করতে হবে বলে মনে হচ্ছে! Ssh-এজেন্টের মাধ্যমে 5 টি কী সহ আমার সেটআপ আবার কাজ করে। আমার ধারণা 6 টি কী দিয়ে এটি ব্যর্থ হবে, যদিও ...
রবার্ট সিমার

2

আপনার ssh- এজেন্টের কাছে ssh সার্ভার প্রমাণীকরণের চেষ্টাগুলি ("ম্যাক্সঅথথ্রি", ডিফল্ট: 6) অনুমতি দেয় তার চেয়ে বেশি কী রাখে।

মনে রাখবেন যে কিছু ssh- এজেন্টস, বিশেষত জিনোম কেরিং, ~ / .ssh এ তারা খুঁজে পাওয়া সমস্ত কী অটোলোড করে এবং এই কীগুলি "ssh-add - [dD]" দিয়ে লোড করা যায় না।

এখানে কিছু সমাধান রয়েছে:

  • আপনি ইতিমধ্যে আপনার। / .Ssh / config এ সঠিক কীটি কনফিগার করেছেন, সুতরাং এজেন্টের আপনার প্রয়োজন নেই don't ক্লায়েন্টকে এজেন্টকে অগ্রাহ্য করুন, যেমনunset SSH_AUTH_SOCK বা @ হেন্ক-ল্যাঙ্গভেল্ড প্রস্তাবিত হিসাবে "সনাক্তকরণই মাত্র = হ্যাঁ" ব্যবহার করুন
  • Keys / .ssh এর বাইরে কিছু কী সরিয়ে নিন (স্বয়ংক্রিয়ভাবে লোড হওয়া থেকে রোধ করার জন্য (~ / .ssh / নুআউটো যেমন একটি সাবডিরও কাজ করে))। আপনার যদি প্রয়োজন হয় তবে আপনি সেগুলি ম্যানুয়ালি যোগ করতে পারেন।
  • সার্ভার সাইডে "ম্যাক্সথিউথ্রি" বৃদ্ধি করুন, অনুমোদিত অনুমোদনের চেষ্টাগুলির সংখ্যা

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 / কনফিগ ফাইল উল্লেখ "IdentitiesOnly হ্যাঁ" আপনার সার্ভারে কনফিগারেশনে বিকল্প

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

প্রাইভেট_কি_অর_পিএম_ফাইলে : পেম ফাইলের ক্ষেত্রে এক্সটেনশনের উল্লেখও খুব বেশি ".pem"


1

একটি জবাবদিহি প্লেবুক চালানোর চেষ্টা করার সময় আমি এই একই ত্রুটির মধ্যে পড়েছিলাম। আইডেন্টিটিস কেবলমাত্র ssh বিকল্পটি ব্যবহার করে আমি সরবরাহ শেষ করেছি --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তবে এটি এড়িয়ে গেছে কারণ এতে বিরোধী প্যারামিটার রয়েছে (হোস্টনাম, পোর্ট)। কোনও মিলে যাওয়া এন্ট্রি ছাড়াই, এসএসএস এটি সন্ধান করতে পারে এমন সমস্ত কীগুলি চেষ্টা করবে।

-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করি তখন এটি ব্যবহারকারী যোজন হিসাবে সংযুক্ত হয়
অ্যাশ
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.