英文:
Please login as the user "bitnami" rather than the user "root"
问题
这是我错误的截图 它想在使用 Bitnami 的 Parse 服务器上运行我的 Android 应用程序。我创建了一个带有 Parse 的 EC2 实例,但是我遇到了错误:
请使用用户“bitnami”登录,而不是用户“root”。
在终端中连接 .pem 文件,并且我创建了 Bitnami 帐户,还通过使用这个网站 https://aws.bitnami.com 与 AWS 进行了连接。但仍然遇到了那个错误。
请帮帮我。
英文:
This Is The Image of My Error It want run my android application on parse server using Bitnami . I create EC2 instance with parse but I'm getting error
Please login as the user "bitnami" rather than the user "root".
While Connecting .pem file in terminal and I create Bitnami account and also connect with aws
by using this website https://aws.bitnami.com But still getting that error
Plzz.. Help me
答案1
得分: 3
如果您正在尝试以 bitnami
用户身份 SSH 登录服务器,以下是您的 SSH 命令应该如何编写:
ssh -i ./key.pem bitnami@[server-ip-address]
希望这对您有所帮助。
英文:
If you are trying to ssh into a server as bitnami
user, here is how your ssh command should look like:
ssh -i ./key.pem bitnami@[server-ip-address]
hope this helps.
答案2
得分: 2
只需在putty终端中使用“bitnami”代替“root”。这对我起作用了,希望对你也有效。
英文:
Just use "bitnami" instead of "root" in the putty terminal.It worked for me so hope this works for you as well.
答案3
得分: 0
不要在保存的会话类型中使用名称“root”,而要使用“bitnami”。
或者
将保存的会话保留为空,在此之后点击打开,然后在登录命令中输入“bitnami”。
英文:
Instead of giving the name "root" in saved session type "bitnami"
OR
leave the saved session as empty and click open after that enter "bitnami" in login in command
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论