SSH कुंजी के साथ एक नए डिजिटल महासागर की छोटी बूंद को कॉन्फ़िगर करना। जब मैं इसे चलाता हूं तो मुझे 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 करने का प्रयास करता हूँ, तो ऐसा होता है:
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 / अधिकृत_कीप में ssh-rsa कुंजी प्रविष्टि है, साथ ही साथ find -name "keynamehere"
कुछ भी नहीं लौटाता है।