【错误信息】
Unable to negotiate with *** port ***: no matching cipher found. Their offer: aes128-cbc,3des-cbc,blowfish-cbc,aes192-cbc,aes256-cbc
fatal: Could not read from remote repository.
【原因】
系统升级导致
【解决方案】
打开文件ssh_config(/etc/ssh/ssh_config)
增加一行:
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
over!
本文解决了一个常见的SSH连接问题,即由于系统升级导致的无法与远程仓库进行通信的问题。通过修改ssh_config文件并添加新的加密算法配置,成功解决了Unable to negotiate with *** port ***: no matching cipher found这一错误。
6010

被折叠的 条评论
为什么被折叠?



