记一次gitlab迁移后,ssh连接不上git

Posted jeffcsr

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了记一次gitlab迁移后,ssh连接不上git相关的知识,希望对你有一定的参考价值。

ssh -T git@1.1.1.1 -vvv

最后的报错信息:
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey
debug2: we did not send a packet, disable method
debug1: No more authentication methods to try.
Permission denied (publickey).

由于是报密钥问题,我又检查了git上的密钥,发现没有问题

技术图片

最后的解决办法是发现sshd配置文件/etc/ssh/sshd_config,UsePAM没开

vi /etc/ssh/sshd_config
修改
UsePAM yes

以上是关于记一次gitlab迁移后,ssh连接不上git的主要内容,如果未能解决你的问题,请参考以下文章

记一次服务器无法通过ssh连接的解决过程

记一次服务器无法通过ssh连接的解决过程

Git连接Gitlab并提交内容

Git连接Gitlab并提交内容

记一次删除Git记录中的大文件的过程

记一次websocket连接不上问题?