michaelsanford
Translator, Web Developer
Checking some of the very powerful options in man sudoers I came acorss the ability to stop promopting me for a password every time I type $ sudo something.sh
However, I've noticed none of these work:
username ALL = NOPASSWD: ALL
username localhost = NOPASSWD:ALL
%group ALL=NOPASSWD:ALL
...or any senseful combination of these things.
But this does:
Defaults:username !authenticate
Any reason for that ? Is there some other default that over-rode that ?
However, I've noticed none of these work:
username ALL = NOPASSWD: ALL
username localhost = NOPASSWD:ALL
%group ALL=NOPASSWD:ALL
...or any senseful combination of these things.
But this does:
Defaults:username !authenticate
Any reason for that ? Is there some other default that over-rode that ?