首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >无法使用SSH连接到github服务器

无法使用SSH连接到github服务器
EN

Stack Overflow用户
提问于 2018-06-12 05:29:11
回答 1查看 631关注 0票数 0

我尝试了所有我能在网上找到的东西。所以很抱歉,如果它看起来像重复的答案,我看了所有我能找到的地方,但它并没有帮助我解决这个问题。我正在尝试为git设置SSH访问,并且我创建了一个密钥并将其添加到git中。

dummy@dummy:~/.ssh$ ssh-add -l -E md5
4096 MD5:fc:53:c6***e:e5:2b:f9 id_rsa (RSA)
dummy@dummy:~/.ssh$ ssh-add -l
4096 SHA256:3qSYSF7****0D3qJLO3PAII0 id_rsa (RSA)
dummy@dummy:~/.ssh$ eval "$(ssh-agent -s)"
Agent pid 11388
dummy@dummy:~/.ssh$ ssh -vT git@github.com
OpenSSH_7.2p2 Ubuntu-4ubuntu2.2, OpenSSL 1.0.2g  1 Mar 2016
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.255.112] port 22.
debug1: Connection established.
debug1: identity file /mnt/dummy/user/dummy/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
debug1: identity file /mnt/dummy/user/dummy/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /mnt/dummy/user/dummy/.ssh/id_dsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /mnt/dummy/user/dummy/.ssh/id_dsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /mnt/dummy/user/dummy/.ssh/id_ecdsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /mnt/dummy/user/dummy/.ssh/id_ecdsa-cert type -1
debug1: key_load_public: No such file or directory
debug1: identity file /mnt/ilcompfad1/user/dummy/.ssh/id_ed25519 type -1
debug1: key_load_public: No such file or directory
debug1: identity file /mnt/dummy/user/dummy/.ssh/id_ed25519-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
debug1: Remote protocol version 2.0, remote software version libssh_0.7.0
debug1: no match: libssh_0.7.0
debug1: Authenticating to github.com:22 as 'git'
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256@libssh.org
debug1: kex: host key algorithm: ssh-rsa
debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: ssh-rsa SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8
debug1: Host 'github.com' is known and matches the RSA host key.
debug1: Found key in /mnt/dummy/user/dummy/.ssh/known_hosts:1
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: rekey after 134217728 blocks
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /mnt/dummy/user/dummy/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /mnt/dummy/user/dummy/.ssh/id_dsa
debug1: Trying private key: /mnt/dummy/user/dummy/.ssh/id_ecdsa
debug1: Trying private key: /mnt/dummy/user/dummy/.ssh/id_ed25519
debug1: No more authentication methods to try.
Permission denied (publickey).

所以什么都不管用..我的权限:

drwx------ 2 dummy dum 4.0K Jun 11 13:59 .
drwxr-xr-x 4 dummy dum 4.0K Jun 11 14:20 ..
-rw------- 1 dummy dum 3.2K Jun 11 13:47 id_rsa
-rw-r--r-- 1 dummy dum  744 Jun 11 13:47 id_rsa.pub

我做到了

ssh-add ~/.ssh/id_rsa

还有我能找到的所有东西。

我从id-rsa.pub复制密钥并添加到git ssh。保存下来了。

可能出了什么问题?

EN

回答 1

Stack Overflow用户

发布于 2018-06-12 10:41:24

当您访问https://github.com/settings/keys时,显示的密钥指纹是否与ssh-add -l -E md5的输出匹配

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/50806302

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档