修改SSH配置文件
编辑Ubuntu的/etc/ssh/sshd_config
,添加或修改以下配置并重启SSH服务:
UseDNS no
GSSAPIAuthentication no
HostKeyAlgorithms=+ssh-rsa,ssh-dss
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256
调整SecureCRT设置
选项->会话选项->SSH->Kex算法
中选择curve25519-sha256@libssh.org
。网络与系统优化
/etc/sysctl.conf
中设置net.ipv4.tcp_tw_reuse=1
),优化网络响应。其他操作