6 Star 72 Fork 28

JustryDeng / notebook

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
[02]Ubuntu常用指令.md 366 Bytes
一键复制 编辑 原始数据 按行查看 历史
邓沙利文 提交于 2022-04-02 11:00 . linux

Ubuntu常用指令


设置允许root用户ssh登录ubuntu

  1. /etc/ssh/sshd_config文件最后一行追加
PermitRootLogin yes
  1. 然后输入以下指令刷新配置
/etc/init.d/sshd restart
1
https://gitee.com/JustryDeng/notebook.git
git@gitee.com:JustryDeng/notebook.git
JustryDeng
notebook
notebook
master

搜索帮助