IT博客汇
首页
精华
技术
设计
资讯
扯淡
权利声明
登录
注册
open-ssh不再支持rsa的key,提示\"no mutual signature algorithm\"
coder4
发表于
2022-09-26 01:50:06
love
0
换了新版Ubuntu后,发现ssh -T怎么都过不去,开启调试模式后,提示如下: ... no mutual signature algorithm ... 搜了一圈,发现是RSA的key有漏洞,默认已经不支持了,建议换用ed25519: ssh-keygen -t ed25519