zl程序教程

您现在的位置是:首页 >  后端

当前栏目

[Issue]Ubuntu 16.04 ssh: sign_and_send_pubkey: signing failed: agent refused operation

sshFailedUbuntu and operation Agent 16.04 send
2023-09-14 08:57:47 时间

解决:https://askubuntu.com/questions/762541/ubuntu-16-04-ssh-sign-and-send-pubkey-signing-failed-agent-refused-operation/844089

Looks like an ssh-agent is running already but it can not find any keys attached. To solve this add the private key identities to the authentication agent like so:

ssh-add

Then you can ssh into your server.

in addition, you can see the list of fingerprints of all identities currently added by:

ssh-add -l