Gitlab无法使用ssh问题

问题描述

gitlab 用 git clone 无法使用 ssh 协议,只能使用 http 协议 clone 代码,为此每次使用 git 远程交互时都要使用密码。

问题排查

如:远程 gitlab 仓库为 git@code.17yund.me:user/Project.git

需要在本地 api11 机器 git clone 远程 gitlab 机器的代码。

首先在 api11 通过 ssh debug 测试一下:ssh -Tv git@code.17yund.me

OpenSSH_5.3p1, OpenSSL 1.0.1e-fips 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to code.17yund.me [139.199.202.113] port 22.
等待一段时间后,连接超时

排查:

 


关注微信公众账号「曹当家的」,订阅最新文章推送

Table of Contents