当前位置:网站首页>sshd[12282]: fatal: matching cipher is not supported: [email protected] [preauth]

sshd[12282]: fatal: matching cipher is not supported: [email protected] [preauth]

2022-07-06 19:33:00 wo1769815

在/etc/ssh/ssh_config中增加如下配置即可

Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,aes192-cbc,aes256-cbc,arcfour256,arcfour128,3des-cbc

//开头字母大写即可

原网站

版权声明
本文为[wo1769815]所创,转载请带上原文链接,感谢
https://blog.csdn.net/wo1769815/article/details/125599615