Find answers to your technical questions and learn how to use our products
Search suggestions:
You must use the root user to install the system layer. On RHEL installed on AWS, the root user is disabled by default, therefore you must enable it.
This is the default administration user, which does not require a login password.
sudo vi /etc/ssh/sshd_config
PermitRootLogin yes
sudo service sshd restart
sudo passwd root
Previous Topic
Next Topic