码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS7开启ssh服务

时间:2020-04-01 23:35:28      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:start   切换   sshd_conf   pen   自启   开机   service   code   img   

安装完CentOS7后,为了便于copy命令,总是要使用ssh软件的,譬如XShell或是Secure CRT。

  • 在命令行切换到root用户。通过 rpm -qa | grep ssh 查看有没有安装ssh服务。

  技术图片

 

  • 如果没有安装,就使用 yum install openssh-server 来安装。
  • 修改ssh配置文件, vim /etc/ssh/sshd_config 

  技术图片

  技术图片

 

  • 在CentOS7里,systemctl start sshd 开启ssh服务
  • 查看ssh的进程是否开启,ps -e | grep sshd

  技术图片

  • 将ssh服务添加到开机自启,systemctl enable sshd.service

 

CentOS7开启ssh服务

标签:start   切换   sshd_conf   pen   自启   开机   service   code   img   

原文地址:https://www.cnblogs.com/panxk/p/12616708.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!