用 SecureCRT 登录 Linux 一般通过 SSH 协议,步骤如下(适用于 Windows / macOS 版 SecureCRT):
Linux 服务器已开启 SSH 服务
systemctl status sshd
若未启动:
systemctl start sshd
systemctl enable sshd
确认 Linux 的 IP 地址
ip addr
确认 防火墙允许 22 端口
firewall-cmd --list-ports
点击 File(文件) → Connect(连接) → New Session(新建会话)
SSH2192.168.1.100)22<None>root 或普通用户)id_rsa出现类似提示即成功:
[root@localhost ~]#
ping IP/etc/ssh/sshd_config)PermitRootLogin yes
Session Options → Terminal → Appearance
Character encoding → UTF-8
✅ 上传文件:
rz / sz✅ 多标签:
Ctrl + T 新建标签页✅ 自动登录:
如果你愿意,我可以:
你现在用的是 Windows 还是 macOS?