使用 SercureSRT连接linux虚拟机

1.首先确定客户端安装了SSH-server,使用rpm -qa|grep openssh      存在openssh-server则表示linux安装了shh-sever

2.再次确定SSH-Server服务开启,netstat -a |more查看是否存在“*:ssh”的服务处于监听状态,没有的话执行service sshd start启动SSH-Server

3.使用SercureSRT快速连接,协议设置 成SSH2

4.如果依然连接不上,则进入linux关闭防火墙:service iptables stop

原文地址:https://www.cnblogs.com/caty/p/4345140.html