markdown SSH太多身份验证失败

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown SSH太多身份验证失败相关的知识,希望对你有一定的参考价值。

## ssh 连接问题
```
git clone git@192.168.xxx.xxx:Group-xx/xxx.git
Cloning into 'web_auto_sync'...
Received disconnect from 192.168.xxx.xxx port 22:2: Too many authentication failures
Disconnected from 192.168.xxx.xxx port 22
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
```

### 简单处理方法:
在 .ssh 目录下添加config 文件:`~/.ssh/config`
```
Host *
IdentitiesOnly yes
```

以上是关于markdown SSH太多身份验证失败的主要内容,如果未能解决你的问题,请参考以下文章

Vagrant ssh 身份验证失败

连接到 gitlab 时使用 ssh 面临身份验证失败

Packer 自定义映像构建失败并出现 ssh 身份验证错误

Jenkins Publish over ssh 身份验证失败,使用私钥

通过 SSH 隧道在 PostgreSQL 上进行身份验证失败

GitLab SSH要求输入密码(未知密码)身份验证失败