侧边栏壁纸
博主头像
龍騰博客 博主等级

行动起来,活在当下

  • 累计撰写 101 篇文章
  • 累计创建 28 个标签
  • 累计收到 7 条评论

目 录CONTENT

文章目录

甲骨文 ( oracle ) 开启root + 密码登录

管理员
2025-04-01 / 0 评论 / 0 点赞 / 1 阅读 / 0 字

根据视频 SSH 登录 VPS,然后输入脚本,脚本如下!

sudo -i
echo root:V2rayssr |chpasswd root
sed -i ‘s/^#\?PermitRootLogin.*/PermitRootLogin yes/g’ /etc/ssh/sshd_config; sed -i ‘s/^#\?PasswordAuthentication.*/PasswordAuthentication yes/g’ /etc/ssh/sshd_config;
service sshd restart

默认密码是: V2rayssr
登录后一定要修改密码!密码修改命令:passwd

oracle ubuntu 暂时用不了,待查

0

评论区