远程连接
windows:putty、xshell、secureCRT
macOS:ssh命令、item2、secureCRT
苹果手机:termins,
安卓手机:juiceSSH
无法远程连接服务器
- 网卡是否运行且ip是否正确 ifconfig eth0
- vmware网络配置-编辑-虚拟网络编辑器
- 网络连接,网卡的配置 Vmware network adapter vmnet8
- Telnet 检查端口是否运行
- ss -lntup可以查看本机开启哪些端口
- netstat -lntup |grep 22
- telnet 127.0.0.1 22
- nc 127.0.0.1 22
- nmap -p22 127.0.0.1
- yum install tree telnet nc nmap lrzsz dos2unix -y
- lrzsz 文件上传下载 rpm -qa lrzsz查看有没有安装
- rz 上传,sz下载
- 1