এসএসএইচ কী দিয়ে একটি নতুন ডিজিটাল মহাসাগর বিন্দু কনফিগার করছে। আমি যখন এটি চালাই আমি ssh-copy-id
তা পাই:
ssh-copy-id user@012.345.67.89
/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
/usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
sign_and_send_pubkey: signing failed: agent refused operation
user@012.345.67.89's password:
Number of key(s) added: 1
Now try logging into the machine, with: "ssh 'user@012.345.67.89'"
and check to make sure that only the key(s) you wanted were added.
যাইহোক, আমি যখন পরে প্রবেশ করার চেষ্টা করি তখন এটি ঘটে:
ssh user@012.345.67.89
sign_and_send_pubkey: signing failed: agent refused operation
user@012.345.67.89's password:
পাসওয়ার্ডটি প্রবেশ করার পরে, আমি ঠিক ঠিক লগইন করেছি, তবে এটি অবশ্যই প্রথম স্থানে এসএসএইচ কী তৈরির উদ্দেশ্যকে পরাস্ত করে। আমি ssh-এজেন্ট সার্ভার-সাইডটি একবার দেখে নেওয়ার সিদ্ধান্ত নিয়েছি এবং আমি যা পাই তা এখানে:
user@012.345.67.89:~# eval `ssh-agent -s`
Agent pid 5715
user@012.345.67.89:~# ssh-add -l
The agent has no identities.
ব্যবহারকারী / .ssh / अधिकृत_keys একটি ssh-RSSa কী এন্ট্রিও ধারণ করে, তবে find -name "keynamehere"
কিছুই দেয় না।