Created
July 4, 2016 07:57
-
-
Save datt/f9c96f14e17ebc33bd91a2b4fb750d29 to your computer and use it in GitHub Desktop.
create a deploy user with no password.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Login from root | |
adduser deploy | |
# set a pssowrd if asked. | |
# Run visudo and add following line | |
%deploy ALL=(ALL) NOPASSWD: ALL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment