标签:net 开启 yum netstat 服务 Opens ice conf server
//查询是否安装了SSH
rpm -qa | grqp ssh
//下载openssh
yum install openssh-server
//重启服务
service sshd restart
//查看监听端口
netstat -antp | grep sshd
//开启启动
chkconfig sshd on
标签:net 开启 yum netstat 服务 Opens ice conf server
原文地址:https://www.cnblogs.com/salesking/p/10983086.html