在Jelastic上运行Appscale [英] Running Appscale on Jelastic

查看:589
本文介绍了在Jelastic上运行Appscale的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我们创建了一个Jelastic Docker环境,我们希望运行Appscale( https:// www。 appscale.com/try-appscale ):

Hello we have created a Jelastic Docker environment where we want to run Appscale (https://www.appscale.com/try-appscale) on it:

root@node1234-appscale:~# appscale up
Executing ssh-copy-id for host: 1.8.1.6
root@1.8.1.6's password:
root@1.8.1.6's password:
root@1.8.1.6's password:
root@1.8.1.6's password:

我想知道为什么我们用于登录SSH的密码在Docker中不起作用。

I am wondering why the same password we use to login into the SSH would not work in Docker?

推荐答案

Jelastic 门系统正在使用ssh键通过ssh连接到容器。
容器内的root用户禁用基于密码的身份验证:

Jelastic Gate system is using ssh-keys to connect to the container via ssh. Password-based authentication is disabled for root user inside the container:


sshd_config

sshd_config

#验证:

LoginGraceTime 120

LoginGraceTime 120

PermitRootLogin无密码

PermitRootLogin without-password

StrictModes否

StrictModes no

使用基于密钥的身份验证比一种更好的方式和更安全只是密码。
您可以在我们的文档中找到有关Jelastic ssh访问的其他信息。

It is a better way and more secure to use key-based authentication than a just password. You can find additional information about Jelastic ssh access in our documentation.

这篇关于在Jelastic上运行Appscale的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆