一、ssh安装。

   1、# sudo apt-get -y install openssh-server

   2、在/etc/ssh/sshd_config文件中添加一句:PermitRootLogin yes

   3、查看ssh服务:# ps -ef| grep ssh。

相关文章:

  • 2022-01-01
  • 2021-12-05
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2021-09-10
  • 2021-09-21
  • 2021-06-23
猜你喜欢
  • 2021-12-25
  • 2022-01-30
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
相关资源
相似解决方案