Centos SSH

1、修改sshd_config文件,命令为:vi /etc/ssh/sshd_config

 

 

2、将#PasswordAuthentication no的注释去掉,并且将NO修改为YES

 

 

扫描二维码关注公众号,回复: 1194237 查看本文章

4、验证SSH服务状态,命令为:/etc/init.d/sshd status

 

 

5、重新启动SSH服务,命令为:/etc/init.d/sshd restart

 

猜你喜欢

转载自loquat.iteye.com/blog/2032709