SecureCRT連接Ubuntu時常見問題及解決方法如下:
/etc/ssh/sshd_config
,添加以下配置并重啟SSH服務:HostKeyAlgorithms=+ssh-rsa,ssh-dss
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,...
sudo systemctl status ssh
sudo systemctl start ssh
sudo systemctl enable ssh
sudo ufw disable
或 sudo ufw allow 22
ping
或telnet
測試網絡連通性,確保IP和端口可達。/etc/ssh/sshd_config
中PermitRootLogin
、PasswordAuthentication
等參數是否正確,修改后重啟SSH。600
,且在SecureCRT中正確加載密鑰。若以上方法無效,可查看SecureCRT日志或聯系技術支持獲取進一步幫助。