Linux基础04-ssh的使用

Posted sailifsh-lyh

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux基础04-ssh的使用相关的知识,希望对你有一定的参考价值。

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

linux入门基础——linux用户基础

Linux发行版介绍Linux系统基础使用入门Linux命令帮助Linux基础命令

快速入门Linux基础+环境配置+shell脚本

Linux操作基础

第2天OS Linux发行版介绍Linux系统基础使用入门Linux命令帮助Linux基础命令

Linux基础篇--linux基础和帮助用法