Centos 6.5 配置SSH
Posted salesking
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos 6.5 配置SSH相关的知识,希望对你有一定的参考价值。
//查询是否安装了SSH
rpm -qa | grqp ssh
//下载openssh
yum install openssh-server
//重启服务
service sshd restart
//查看监听端口
netstat -antp | grep sshd
//开启启动
chkconfig sshd on
以上是关于Centos 6.5 配置SSH的主要内容,如果未能解决你的问题,请参考以下文章