安装openssh-server

#service sshd start [stop restart]

vim /etc/ssh/sshd_config

注释UsePrivilegeSeparation yes

#Privilege Separation is turned on for security
#UsePrivilegeSeparation yes

 

#PermitRootLogin without-password

#修改为
PermitRootLogin yes

 

相关文章:

  • 2021-08-20
  • 2021-04-15
  • 2022-01-17
  • 2022-12-23
  • 2021-07-03
  • 2021-12-12
  • 2021-12-05
  • 2021-05-20
猜你喜欢
  • 2021-05-25
  • 2021-07-04
  • 2021-04-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
相关资源
相似解决方案