无法ssh -T git@github.com

时间:2013-09-12 07:43:04

标签: git github ssh ssh-keys

我无法ssh git@github.com服务器。这就是我在做的事情:

tutiwari@L-MAA-00800366:~/.ssh > ssh -vT git@github.com
OpenSSH_6.1p1 Debian-4, OpenSSL 1.0.1c 10 May 2012
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: Connecting to github.com [192.30.252.129] port 22.
debug1: Connection established.
debug1: identity file /home/tutiwari/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/tutiwari/.ssh/id_rsa-cert type -1
debug1: identity file /home/tutiwari/.ssh/id_dsa type -1
debug1: identity file /home/tutiwari/.ssh/id_dsa-cert type -1
debug1: identity file /home/tutiwari/.ssh/id_ecdsa type -1
debug1: identity file /home/tutiwari/.ssh/id_ecdsa-cert type -1

此输出阻止终端后等待。我已经生成了id_rsa和id_rsa.pub密钥,并将id_rsa.pub密钥复制到gihub.com的ssh密钥页面 如果有帮助的话,我正在使用Linux Mint和konsole。

0 个答案:

没有答案