Referring to this PCI DSS 2.0 and ssh keys I want to ask
Is this PCI section 8.2 only for individual users or also valid if a user connects via ssh to a root account?
I prefer to ssh root@localhost instead of sudo, because you once unlock the key in ssh-agent and then can do passwordless actions on multiple servers.
With sudo you'll need to type your password on all servers, again and again (and it's the same, because ldap) frustrating at such a level that the password will end up in an expect script.