Allow root SSH Login Amazon EC2
Allow root SSH Login Amazon EC2 CentOS
by default you can only login via SSH key, this is extremely secure. In some instances it may be necessary to login with traditional username/password as a “back door” to your webserver.
edit your ssh config

un-comment line 42

issue a service sshd restart
that’s it!
