Skip to content

Instantly share code, notes, and snippets.

@paulbrodner
Last active December 10, 2019 18:09
Show Gist options
  • Select an option

  • Save paulbrodner/7679102fccc8e9e45da8a1305d4dbc16 to your computer and use it in GitHub Desktop.

Select an option

Save paulbrodner/7679102fccc8e9e45da8a1305d4dbc16 to your computer and use it in GitHub Desktop.
sudo useradd -m pbrodner
sudo passwd pbrodner
sudo usermod -aG admin pbrodner

sudo vim /etc/ssh/sshd_config 
# edit line 
"PasswordAuthentication" no to yes

sudo /etc/init.d/ssh restart
//sudo service sshd restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment