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的主要内容,如果未能解决你的问题,请参考以下文章

centos 6.5 vsftp安装配置

Centos 6.5 配置SSH

CentOS-6.5安装配置JDK-7

CentOS 6.5系统安装配置图解教程

CentOS 6.5 下vim 配置

CentOS 6.5 安装和配置 VNC!!!