Ubuntu Root 账号允许远程登录
不建议这样设置, 博主设置纯属为了学习方便
vi /etc/ssh/sshd_config
# Authentication:
LoginGraceTime 120
#PermitRootLogin without-password //注释此行
PermitRootLogin yes //加入此行
StrictModes yes
# 重启服务
service ssh restart
不建议这样设置, 博主设置纯属为了学习方便
vi /etc/ssh/sshd_config
# Authentication:
LoginGraceTime 120
#PermitRootLogin without-password //注释此行
PermitRootLogin yes //加入此行
StrictModes yes
# 重启服务
service ssh restart
本文由 柯尔特 创作,如果您觉得本文不错,请随意赞赏
采用 知识共享署名4.0 国际许可协议进行许可
本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名
原文链接:https://www.iscolt.com
/archives/1566975828809
最后更新于:2019-08-28 15:19:03
Java8 新特性 Lambda 表达式简介。
设计原则是思想, 设计模式是实现上的手段, 设计模式就是设计原则的具体实现.
Go标准库包集合, 及理解