Earlier quoted context omitted.
You're saying it's better for sysadmins to all log in as "prod" or "root"? How do you figure?
Firstly on properly automated hosts you very rarely have to login. And when you do then 'prod' and 'root' work just fine. Scattering user-accounts across machines is a maintenance headache (trust graph, sudo passwords or passwordless sudo, filesystem permissions) and encourages bad practices ("i'll just run this small script, quickly"). If you're serious about auditing then wtmp and notoriously incomplete shell-histo…
> properly automated hosts
> Scattering user-accounts across machines is a
> maintenance headache
Seems to me that properly automated hosts could easily have user accounts automated too, no?