Running Appscale on Jelastic

4 views
Skip to first unread message

xybrek via StackOverflow

unread,
May 16, 2017, 10:13:12 AM5/16/17
to google-appengin...@googlegroups.com

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
ro...@1.8.1.6's password:
ro...@1.8.1.6's password:
ro...@1.8.1.6's password:
ro...@1.8.1.6's password:

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



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/44003823/running-appscale-on-jelastic

Jelastic via StackOverflow

unread,
May 17, 2017, 5:48:06 AM5/17/17
to google-appengin...@googlegroups.com

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

# Authentication:

LoginGraceTime 120

PermitRootLogin without-password

StrictModes no

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.



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/44003823/running-appscale-on-jelastic/44021258#44021258
Reply all
Reply to author
Forward
0 new messages