svn + ssh

说明

使用

复制代码
 svn co  svn+ssh://xxxxxx

checkout代码时,报ssh错误

复制代码
svn: E170013: Unable to connect to a repository at URL 'svn+ssh://xxxxxx'
svn: E210002: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file.
svn: E210002: Network connection closed unexpectedly

原因

当ssh 的pub/private key没有问题的时候,以下方式可以解决:

在 ~/.ssh/config 当中加入以下信息

复制代码
PubkeyAcceptedKeyTypes +ssh-rsa

新的ssh客户端不支持ssh-rsa算法,要修改本地配置重新使用ssh-rsa算法

相关推荐
Sinclair27 分钟前
内网服务器离线安装 Nginx+PHP+MySQL 的方法
运维
叶落阁主37 分钟前
Tailscale 完全指南:从入门到私有 DERP 部署
运维·安全·远程工作
甲鱼9291 天前
MySQL 实战手记:日志管理与主从复制搭建全指南
运维
碳基沙盒3 天前
OpenClaw 多 Agent 配置实战指南
运维
蝎子莱莱爱打怪6 天前
Centos7中一键安装K8s集群以及Rancher安装记录
运维·后端·kubernetes
埃博拉酱6 天前
VS Code Remote SSH 连接 Windows 服务器卡在"下载 VS Code 服务器":prcdn DNS 解析失败的诊断与 BITS 断点续传
windows·ssh·visual studio code
DianSan_ERP7 天前
电商API接口全链路监控:构建坚不可摧的线上运维防线
大数据·运维·网络·人工智能·git·servlet
呉師傅7 天前
火狐浏览器报错配置文件缺失如何解决#操作技巧#
运维·网络·windows·电脑
不是二师兄的八戒7 天前
Linux服务器挂载OSS存储的完整实践指南
linux·运维·服务器
zhangfeng11337 天前
趋动云 如何ssh登录 服务区 项目server
运维·人工智能·ssh