问题描述
启动此应用时遇到很多麻烦。我终于得到了它接受我的SSH密钥的密码短语,但是随后它用以下响应打了我:
I'm having a lot of trouble launching this app. I finally got it to accept the passphrase for my SSH key, but then it hit me with the following response:
>You are required to change your password immediately (root enforced)
>Welcome to Ubuntu 18.04.1 LTS (GNU/Linux 4.15.0-30-generic x86_64)
>* Documentation: https://help.ubuntu.com
>* Management: https://landscape.canonical.com
>* Support: https://ubuntu.com/advantage
>System information as of Sat Sep 15 22:14:30 UTC 2018
>System load: 0.0 Processes: 83
>Usage of /: 5.6% of 24.06GB Users logged in: 0
>Memory usage: 18% IP address for eth0: 123.45.678.90
>Swap usage: 0%
>Get cloud support with Ubuntu Advantage Cloud Guest:
> http://www.ubuntu.com/business/services/cloud
>24 packages can be updated.
>0 updates are security updates.
>*** System restart required ***
>Last login: Fri Sep 14 18:25:07 2018 from 987.65.432.10
>Changing password for root.
>(current) UNIX password:
>Connection to 123.45.678.90 closed.
首先,为什么要输入我的Unix密码。这甚至不是Linux / Unix计算机。我假设这只是我计算机的密码?其次,一旦我输入了我的计算机密码,它就会说:
Firstly, why is it asking for my Unix password. THis isn't even a Linux/Unix computer. I'm assuming it just means my computer's password? Secondly, once I give it my computer's password, it says:
>Connection to 123.45.678.90 closed.
我应该如何进行?我对整个网络开发还很陌生,因此我正在学习有关如何使用Digital Ocean启动应用程序的教程。这不是应该做出的反应,所以我真的在这里迷路了。
How am I supposed to proceed? I'm pretty new to this whole web development thing, so I'm following a tutorial on how to launch an app with Digital Ocean. This isn't how it is supposed to respond, so I'm really lost here.
我正在使用具有后端节点的create-react-app。
I'm using create-react-app with a node back end.
推荐答案
此处输入的密码是您的Droplet密码,是的,它是Linux发行版,即Ubuntu。提示明确指出您需要在此处更改密码。因此,当系统要求提供密码时,只需输入您的Droplet当前密码,然后第二次提供您想要的密码即可。
The password being asked here is your droplet's password and yes it is a Linux distribution, namely Ubuntu. Prompt clearly says that you are required to change the password here. So, when the system asks to provide a password just enter your droplet's current password then for the second time provide the password you want.
如果您不知道该怎么办,密码为密码,然后遵循。当您要求重置时,DO会通过电子邮件将密码发送给您。
If you don't know what the password is, then follow this documentation. When you ask for a reset DO will email the password to you.
这篇关于Digital Ocean要求输入我的Unix密码,但是一旦输入密码,它就会关闭的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!