赞
踩
/etc/ssh/sshd_config文件中添加
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes192-cbc,aes256-cbc,blowfish-cbc,cast128-cbc,chacha20-poly1305@openssh.com,aes128-gcm@openssh.com,aes256-gcm@openssh.com
ssh -vv -oCiphers=[加密算法列表] <服务器ip>
ssh -vv -oCiphers=aes128-cbc,3des-cbc,blowfish-cbc 127.0.0.1
nmap --script "ssh2*" 127.0.0.1
扫描结果如下:
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。