From 2638460ec3696990a960005119ac8b10794db89c Mon Sep 17 00:00:00 2001 From: proxysu <61810006+proxysu@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:03:23 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E8=B0=B7=E6=AD=8C=E4=BA=91=E5=BC=80?= =?UTF-8?q?=E5=90=AFroot=E8=B4=A6=E6=88=B7=E4=B8=8E=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E7=99=BB=E5=BD=95=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 谷歌云开启root账户与密码登录.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/谷歌云开启root账户与密码登录.md b/谷歌云开启root账户与密码登录.md index 91e4ebc..183f13d 100644 --- a/谷歌云开启root账户与密码登录.md +++ b/谷歌云开启root账户与密码登录.md @@ -1,8 +1,12 @@ 谷歌云默认关闭root账户远程登录,也不允许使用密码登录,只能用证书,出于方便的目的,可能需要开启root账户使用密码登录。以下为操作过程: 在谷歌云操作界面,使用网页ssh登录相应VPS主机,如下图所示,点击图中红线圈出的倒三角图标: + ![](https://github.com/proxysu/Resources/raw/master/image/googlevpsroot1.png) + 如下图所示,选择红线标示的项,中文界面,选择对应位置。 + ![](https://github.com/proxysu/Resources/raw/master/image/googlevpsroot2.png) + 在打开的网页版ssh登录界面,依次输入以下命令(复制以下命令,然后Ctrl+v 粘贴): `sudo sed -i 's/PermitRootLogin /#PermitRootLogin /g' /etc/ssh/sshd_config`