t@localhost .ssh$ ssh -vT git@github.com
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 git@github.com
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$
参考:
阅读(10113) | 评论(0) | 转发(0) |