github 报sign_and_send_pubkey: signing failed: agent refused operati...

原文链接: https://yq.aliyun.com/articles/683746
t@localhost .ssh$ ssh -vT [email protected]
OpenSSH_7.2p2, OpenSSL 1.0.2h-fips  3 May 2016
...
sign_and_send_pubkey: signing failed: agent refused operation
...
Permission denied (publickey).

t@localhost .ssh$ eval "$(ssh-agent -s)"
Agent pid 6894
t@localhost .ssh$ ssh -vT [email protected]
OpenSSH_7.2p2, OpenSSL 1.0.2h-fips  3 May 2016

Hi talenhao! You've successfully authenticated, but GitHub does not provide shell access.
debug1: channel 0: free: client-session, nchannels 1
Transferred: sent 2672, received 1776 bytes, in 0.8 seconds
Bytes per second: sent 3418.5, received 2272.2
debug1: Exit status 1
t@localhost .ssh$


参考:
https://help.github.com/articles/error-agent-admitted-failure-to-sign/

你可能感兴趣的:(github 报sign_and_send_pubkey: signing failed: agent refused operati...)