Skip to content

Instantly share code, notes, and snippets.

@ofirski
Created October 1, 2017 09:30
Show Gist options
  • Save ofirski/e39416525914f5aec7491b9252c71c68 to your computer and use it in GitHub Desktop.
Save ofirski/e39416525914f5aec7491b9252c71c68 to your computer and use it in GitHub Desktop.
Create deploy user as sudo
sudo useradd --create-home -s /bin/bash deploy
sudo adduser deploy sudo
sudo passwd deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment