会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
augusite
知识,本该纯粹真实。 不应为乱象而迷失,因避讳而藏掖。
博客园
首页
新随笔
联系
管理
订阅
2018年11月13日
root用户无法通过ssh连接Linux系统
摘要: ssh协议为了安全,有些版本默认禁止root用户的登陆 cd /etc/ssh 编辑sshd_config文件 cat sshd_config | grep PermitRootLogin PermitRootLogin yes 完成之后重启服务 systemctl restart sshd & s
阅读全文
posted @ 2018-11-13 20:50 augusite
阅读(559)
评论(0)
推荐(0)
编辑
公告