安装SSH
2018-01-30 本文已影响0人
LiKite
1、输入命令:yum install openssh-server
2、启动SSH:service sshd start
3、设置开机运行:chkconfig sshd on
4、查看进程:ps -ef|grep ssh
1、输入命令:yum install openssh-server
2、启动SSH:service sshd start
3、设置开机运行:chkconfig sshd on
4、查看进程:ps -ef|grep ssh