Enable SSH root login on AWS, Azure and GCP

By default ssh password login is disabled on above cloud provider

To enable SSH root login edit /etc/ssh/sshd_config and enable below options and restart sshd service.

PasswordAuthentication yes
PermitRootLogin yes

Restart SSH Service

systemctl restart sshd

Published by

Leave a Reply

Your email address will not be published. Required fields are marked *