2013-07-17 2 views
0

먼저 내가 명시 적으로 지정하고 (다음의 커맨드를 보았습니다), passpharse를 요구합니다. 그래서, 올바른 키 파일을 읽고 있습니다.이상한 Github 문제 - Permission Denied (publickey) bitbucket조차도 같은 문제가 있습니다

$ ssh -i ~/.ssh/id_rsa.pub -vT [email protected] 
OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007 
debug1: Connecting to github.com [204.232.175.90] port 22. 
debug1: Connection established. 
debug1: identity file /c/Users/mohit_thakral/.ssh/id_rsa.pub type 1 
debug1: Remote protocol version 2.0, remote software version PANSSH_0.1 
debug1: no match: PANSSH_0.1 
debug1: Enabling compatibility mode for protocol 2.0 
debug1: Local version string SSH-2.0-OpenSSH_4.6 
debug1: SSH2_MSG_KEXINIT sent 
debug1: SSH2_MSG_KEXINIT received 
debug1: kex: server->client aes128-cbc hmac-md5 none 
debug1: kex: client->server aes128-cbc hmac-md5 none 
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent 
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP 
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent 
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY 
debug1: Host 'github.com' is known and matches the RSA host key. 
debug1: Found key in /c/Users/mohit_thakral/.ssh/known_hosts:1 
debug1: ssh_rsa_verify: signature correct 
debug1: SSH2_MSG_NEWKEYS sent 
debug1: expecting SSH2_MSG_NEWKEYS 
debug1: SSH2_MSG_NEWKEYS received 
debug1: SSH2_MSG_SERVICE_REQUEST sent 
debug1: SSH2_MSG_SERVICE_ACCEPT received 
debug1: Authentications that can continue: publickey 
debug1: Next authentication method: publickey 
debug1: Offering public key: /c/Users/mohit_thakral/.ssh/id_rsa.pub 
debug1: Server accepts key: pkalg ssh-rsa blen 277 
debug1: PEM_read_PrivateKey failed 
debug1: read PEM private key done: type <unknown> 
Enter passphrase for key '/c/Users/mohit_thakral/.ssh/id_rsa.pub': 
debug1: No more authentication methods to try. 
Permission denied (publickey). 

둘째, 파일없이 시도했습니다. 여전히 같은 문제입니다.

$ ssh -vT [email protected] 
OpenSSH_4.6p1, OpenSSL 0.9.8e 23 Feb 2007 
debug1: Connecting to github.com [204.232.175.90] port 22. 
debug1: Connection established. 
debug1: identity file /c/Users/mohit_thakral/.ssh/identity type -1 
debug1: identity file /c/Users/mohit_thakral/.ssh/id_rsa type 1 
debug1: identity file /c/Users/mohit_thakral/.ssh/id_dsa type -1 
debug1: Remote protocol version 2.0, remote software version PANSSH_0.1 
debug1: no match: PANSSH_0.1 
debug1: Enabling compatibility mode for protocol 2.0 
debug1: Local version string SSH-2.0-OpenSSH_4.6 
debug1: SSH2_MSG_KEXINIT sent 
debug1: SSH2_MSG_KEXINIT received 
debug1: kex: server->client aes128-cbc hmac-md5 none 
debug1: kex: client->server aes128-cbc hmac-md5 none 
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent 
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP 
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent 
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY 
debug1: Host 'github.com' is known and matches the RSA host key. 
debug1: Found key in /c/Users/mohit_thakral/.ssh/known_hosts:1 
debug1: ssh_rsa_verify: signature correct 
debug1: SSH2_MSG_NEWKEYS sent 
debug1: expecting SSH2_MSG_NEWKEYS 
debug1: SSH2_MSG_NEWKEYS received 
debug1: SSH2_MSG_SERVICE_REQUEST sent 
debug1: SSH2_MSG_SERVICE_ACCEPT received 
debug1: Authentications that can continue: publickey 
debug1: Next authentication method: publickey 
debug1: Trying private key: /c/Users/mohit_thakral/.ssh/identity 
debug1: Offering public key: /c/Users/mohit_thakral/.ssh/id_rsa 
debug1: Server accepts key: pkalg ssh-rsa blen 277 
debug1: read PEM private key done: type RSA 
debug1: Authentications that can continue: publickey 
debug1: Trying private key: /c/Users/mohit_thakral/.ssh/id_dsa 
debug1: No more authentication methods to try. 
Permission denied (publickey). 

다음 명령을 사용하여 키의 서명을 확인했습니다.

+0

각 서비스에 공개 키가 무엇인지 말 했습니까? –

+0

예, 확인. 내 회사의 네트워크가 뭔가를 허용하지 않는 것 같습니다. – Mohit

+0

아웃 바운드 SSH가 많은 회사 네트워크에 의해 차단되어 네트워크 외부의 터널링을 방지 할 수 있음을 알고 있습니다. HTTPS를 사용하여 SSH 대신 저장소를 복제하십시오. –

답변

0

우선 : 공개 키를 사용하여 인증하지 않고 개인 키를 사용하십시오.

개인 키가 없거나 GitHub에 공개 키가 무엇인지 알려주지 않은 것 같습니다. cat ~/.ssh/id_rsa.pub을 복사 한 다음 GitHub 계정 패널의 SSH 키에 복사하여 붙여 넣으십시오.

여전히 문제가 발생하면 [email protected]으로 GitHub 지원팀에 문의하십시오.

+0

안녕하세요, 답변 해 주셔서 감사합니다. 죄송 합니다만, 개인 키를 사용하는 어딘가에서 읽었지만이 게시물을 올리는 동안 잊어 버렸습니다. 나는 mobaxterm도 시도했다. 생성 된 새 키가 github의 ssh 키에 추가되었으며, 키없이 ssh -T [email protected]을 시도했습니다. 그것은 작동하지 않았다. – Mohit

관련 문제