Skip to content

Instantly share code, notes, and snippets.

@glpunk
Created April 29, 2016 17:50
Show Gist options
  • Save glpunk/5503f4b027ff6cc1e0c31a2d57664526 to your computer and use it in GitHub Desktop.
Save glpunk/5503f4b027ff6cc1e0c31a2d57664526 to your computer and use it in GitHub Desktop.
Creating ssh user
sudo /usr/sbin/useradd --shell /bin/bash --home /home/adminwebsite -g www-data adminwebsite
sudo mkdir /home/adminwebsite
sudo chown -R adminwebsite:www-data /home/adminwebsite
sudo chmod 0700 /home/adminwebsite
sudo passwd adminwebsite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment