Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1769609
  • 博文数量: 276
  • 博客积分: 1574
  • 博客等级: 上尉
  • 技术积分: 2894
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-26 23:23
个人简介

生活的美妙在于,不知道一下秒是惊艳还是伤神,时光流转,珍惜现在的拥有的时光

文章分类

全部博文(276)

文章存档

2017年(17)

2016年(131)

2015年(63)

2013年(2)

2012年(32)

2011年(31)

分类: LINUX

2016-05-13 11:57:06

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$


参考:
阅读(10003) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~