meteor-please icon indicating copy to clipboard operation
meteor-please copied to clipboard

Non-root user?

Open davidthornton opened this issue 9 years ago • 4 comments

I'm having permission denied errors using a new cents AWS ami, one with docker installed.

Is there anyway for this to work, given appUser:"centos" ???

Thanks

davidthornton avatar Nov 10 '15 12:11 davidthornton

No unfortunately it doesn't support the vanilla CentOS 7 AMI from AWS, you will have to modify it first. You need to be able to login via SSH as root.

kevincharm avatar Nov 10 '15 15:11 kevincharm

Fricksticks. How hard would it be to fork and fix?

davidthornton avatar Nov 10 '15 15:11 davidthornton

You would have to somehow be able to change ssh config to accept passwordless root login. I suggest doing this manually, then saving it as an AMI template for spinning future CentOS instances. I'll let you know what is actually required when I get to work tomorrow (wrote it down in my notebook somewhere)

mplz is pretty inflexible right now. I'm working on a v2 that will work with vanilla CentOS AMIs but it will take me a while to finish and release!

kevincharm avatar Nov 10 '15 15:11 kevincharm