1、修改配置:
vim /etc/ssh/sshd_config #进入
(**关于配置文件详解:https://www.cnblogs.com/shaoerwei/articles/7594879.html)
permitrootlogin,PasswordAuthentication两项的注释符去掉,后面改为yes
wq保存退出
2、重启服务:
/etc/init.d/ssh restart
3、添加开机启动:
update-rc.d ssh enable
(**关于update-rc.d命令详解:https://blog.csdn.net/freeking101/article/details/72236236)
原文地址:https://www.cnblogs.com/s-july/p/11268431.html
时间: 2024-11-13 08:21:51