2

我在. CentOS _Google Compute Engine

在设置的最后是说我usernameroot并且password是'ssh root server password'。google compute engine不使用密码ssh所以我应该如何登录到CentOS Web 面板

4

3 回答 3

2

不仅是 Google Compute Engine,所有的 Cloud Instances Compute 都使用 SSH 密钥对登录 VPS/Server。在这种情况下,在您完成 Centos Web 面板的设置后,重新启动服务器并登录到您的 SSH(与您之前所做的一样,使用您的密钥对),然后通过此命令为您的 root 用户设置密码并提交您的新密码:

须藤密码

重启你的服务器: reboot

现在您可以登录您的 CWP:http://your_ip:2030/

于 2016-08-04T03:17:15.000 回答
0

我知道这是一个老问题,但发布这个问题以便任何新人都可以使用它。这是我的经验。

首先确定你的加密算法是什么。

请务必使用sudo -s. 用于authconfig --test检查哪个是加密算法。如果你得到“密码散列算法是解密”,那么你必须首先设置。使用authconfig --passalgo=ENCRYPTION_ALGORITHM --update.

其中加密算法可能是 SHA-512、SHA-256、MD-5。

之后,您通过passwd命令创建一个新密码。输入您的密码并按回车键。您的密码不会显示在终端中。然后重新输入密码按回车。

然后进入登录页面,然后输入您新创建的密码作为密码。

进一步参考 - http://forum.centos-webpanel.com/centos-webpanel/how-to-fix-encryption-error-on-login/

于 2020-05-24T13:44:00.530 回答
0

在您的情况下,我建议您为 root 设置密码,然后为您的CentOSWeb 面板使用新的 root 密码。

当我安装WebMin on **Google Compute Centos**, then i also set the first time root password and used it forWebMin` 登录时。

准备...

           ########################################### [100%]

操作系统为 CentOS Linux 1:webmin

           ########################################### [100%]

Webmin安装完成。您现在可以 使用 root 密码以 root身份登录https://mymachineIP:10000/ 。

于 2016-04-05T07:50:27.400 回答