AMI not copying sshd file

0

I have user and password auth configured for my instances but every one I launch i have to add this to the bootstrap

sudo sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
sudo service sshd restart

Is there a reason creating an image from an existing instance isn't copying that file?

Edited by: witchkinkofangmar on Oct 11, 2019 10:49 AM

asked 5 years ago209 views
2 Answers
0

Configuration is in the /etc/cloud/cloud.cfg
file

answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions