下面按在 Ubuntu 上使用 SecureCRT的常见场景,给你一份实用配置指南(以 SecureCRT 9.x 为例,老版本界面略有差异但思路一致)。
SecureCRT 官方支持 Linux(含 Ubuntu)。
sudo dpkg -i scrt-*-ubuntu22.amd64.deb
sudo apt -f install # 修复依赖
启动:
securecrt
或在菜单中搜索 SecureCRT
File → Connect → New Sessionssh-keygen -t rsa
ssh-copy-id user@host
Session Options → SSH2 → Authentication~/.ssh/id_rsa)Session Options → Terminal → Appearance
Terminal → Emulation
Session Options → Connection → SSH2
View → Show Tab BarSession Options → Log File
/home/user/logs/%S_%Y%M%D.log
老版本SecureCRT可能依赖旧 libssl:
sudo apt install libssl1.1
私钥权限必须是:
chmod 600 ~/.ssh/id_rsa
Edit → Paste| 工具 | 优点 |
|---|---|
| SecureCRT | 多会话、日志、脚本、稳定 |
| Terminal | 免费、轻量 |
如果你愿意,我可以:
你主要是 开发、运维还是教学使用?