Passwordless Sudo For Capistrano

Posted By Weston Ganger

First the user must be in the sudo group:

usermod -a -G sudo userName

Lastly you must change the %sudo line in /etc/sudoers to:

%sudo ALL=NOPASSWD: ALL

 

Article Topic:Software Development - Linux

Date:April 26, 2014