Skip to content

Instantly share code, notes, and snippets.

@krists
Created November 8, 2012 20:20
Show Gist options
  • Save krists/4041320 to your computer and use it in GitHub Desktop.
Save krists/4041320 to your computer and use it in GitHub Desktop.
Passwordless sudo with group
$ sudo groupadd nopass-sudo
$ sudo usermod -a -G nopass-sudo krists
$ sudo EDITOR=vim visudo
# Append
%nopass-sudo ALL=(ALL:ALL) NOPASSWD: ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment