git - 权限被拒绝(公钥),我仍然收到错误

标签 git github ssh

我一直在git中收到此错误。我已经阅读并尝试了很多东西,但是似乎都没有用(更改了700或600的权限,我仅使用-i选项选择了rsa键,我做了ssh-add〜/ .ssh / id_rsa,...)

有人可以帮忙吗?

谢谢

ssh -vT git@github.com
OpenSSH_5.1p1, OpenSSL 0.9.8h 28 May 2008
debug1: Reading configuration data /home/myusername/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to github.com [207.97.227.239] port 22.
debug1: Connection established.
debug1: identity file /home/myusername/.ssh/identity type -1
debug1: identity file /home/myusername/.ssh/id_rsa type 1
debug1: identity file /home/myusername/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.5p1 Debian-    6+squeeze1+github8
debug1: match: OpenSSH_5.5p1 Debian-6+squeeze1+github8 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1
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 /home/myusername/.ssh/known_hosts:8
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: /home/myusername/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/myusername/.ssh/identity
debug1: Trying private key: /home/myusername/.ssh/id_dsa
debug1: No more authentication methods to try.

如果我做:
ssh-add -l

我懂了
2048 60:2f:84:01:91:db:f7:83:fa:e0:a2:9a:55:49:85:ad /home/myusername/.ssh/id_rsa (RSA)

我在.bashrc中添加了
!/bin/bash
eval `ssh-agent -s`
ssh-add

现在我有一个.ssh / config文件,如下所示:
#  personal account
#
Host personal.repositoryhosting.com
Hostname personal.repositoryhosting.com
IdentitiesOnly yes
IdentityFile ~/.ssh/id_rsa

#

最佳答案

通常,id_dsa(或id_rsa)是您的私钥,最后带有'.pub'的对应文件是您的公钥。

您的〜/ .ssh / personal_key是什么,它与您的公钥/私钥有什么关系?
-您的ssh代理知道吗?

关于git - 权限被拒绝(公钥),我仍然收到错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14625689/

相关文章:

git - .gitignore 错过了 NetBeans 11.x 中的尾随新行

git - 我怎样才能看到我之前在哪个分支

ssh - 亚马逊 ec2 ssh 权限被拒绝(公钥)

python - Paramiko:连接到 Cisco C2960 切换器时无法重新使用 ssh session

python - Python中通过另一个SSH跳转服务器从SSH/Telnet获取命令结果

git - gerrit setup git repo——权限被拒绝

git - 如何恢复默认设置或使用 git diff 的 UI 工具?

Github API(v3) : Sort search result by date created

java - 找不到Guava 20.0-SNAPSHOT Artifact

git - 带有私有(private)子模块的Azure github部署