码迷,mamicode.com
首页 > 系统相关 > 详细

Linux基础04-ssh的使用

时间:2019-05-04 11:54:29      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:log   open   otl   conf   init   ati   删除   安装   cat   

安装ssh服务

  sudo apt-get install openssh-server

查看ssh服务是否开启

  ps -e | grep ssh

重启ssh服务

  sudo /etc/init.d/ssh restart

如果显示为:公钥登陆,修改/etc/ssh/sshd_config文件

  PermitRootLogin yes删除前面的#注释

  查找PasswordAuthentication no改为PasswordAuthentication yes

  重启ssh服务

 

  

Linux基础04-ssh的使用

标签:log   open   otl   conf   init   ati   删除   安装   cat   

原文地址:https://www.cnblogs.com/sailifsh-lyh/p/10807634.html

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