Skip to content

Instantly share code, notes, and snippets.

@ericdorsey
Created August 11, 2016 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericdorsey/4e86a941eb944d78ee8e4bc71cc9e782 to your computer and use it in GitHub Desktop.
Save ericdorsey/4e86a941eb944d78ee8e4bc71cc9e782 to your computer and use it in GitHub Desktop.
Require sudo for pi user
$ sudo visudo

Change
pi ALL=(ALL) NOPASSWD: ALL

to

pi ALL=(ALL) PASSWD: ALL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment