SSH:expected key exchange group packet form server

管理员
管理员 2020-12-17

编辑SSH配置文件

vim /etc/ssh/sshd_config


最后添加一行


KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1


或者最后加上

KexAlgorithms diffie-hellman-group1-sha1,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1 Ciphers 3des-cbc,blowfish-cbc,aes128-cbc,aes128-ctr,aes256-ctr

并执行下面代码

ssh-keygen -A


退出保存并重启服务

systemctl restart sshd



回帖
  • 消灭零回复

微信二维码

微信二维码

微信扫码添加微信好友