Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
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