I'm trying to enable root login for my EC2 instances. I know I could use su or sudo, but I need to be able to ssh'ing into my server as root because the Jenkins EC2-Plugin requires root access.
I already found some solutions during my web search but they all didn't work:
PermitRootLogin in /etc/ssh/sshd_config
Copy authorized_keys to root's .ssh-Folder