使用SecureCRT連接Ubuntu速度慢可能是由于多種原因造成的,以下是一些建議來加速SecureCRT連接Ubuntu的速度:
/etc/ssh/sshd_config
文件,添加或修改以下行:UseDNS no
然后重啟SSH服務:sudo systemctl restart sshd
或者sudo service ssh restart
diffie-hellman-group14-sha1
。/etc/ssh/sshd_config
文件中,注釋掉以下兩行:GSSAPIAuthentication yes
GSSAPIDelegateCredentials no
然后重啟SSH服務。通過上述方法,你應該能夠顯著提高使用SecureCRT連接Ubuntu的速度。如果問題仍然存在,可能需要進一步檢查網絡設置或考慮升級網絡設備。