Skip to content

Passwordless sudo support

Latest
Compare
Choose a tag to compare
@blackandred blackandred released this 23 Mar 06:53

This release brings per-user attribute support sudo_without_password: yes - setting it to true will cause to add user to a group sudonopasswd instead of sudo group. In result the sudo su and sudo -u otheruser will be without prompting for a password.
Useful for users used for automatic deployments.