通过 Xshell 连接,弹出一个错误对话框,提示“服务器发送了一个意外的数据包。received:3,expected:20”的错误信息。
解决方法:
在 /etc/ssh/sshd_config 最后增加以下一行
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha1
然后 reload 下配置文件即可
systemctl reload sshd 或 systemctl restart sshd