Skip to content

Instantly share code, notes, and snippets.

@lulichn
Last active April 28, 2018 09:33
Show Gist options
  • Save lulichn/bfddd0b021e8f4805a15fb4463c9275c to your computer and use it in GitHub Desktop.
Save lulichn/bfddd0b021e8f4805a15fb4463c9275c to your computer and use it in GitHub Desktop.
install arch

Disable password

  • Before
# To disable tunneled clear text passwords, change to no here!
#PasswordAuthentication yes
#PermitEmptyPasswords no
  • After
# To disable tunneled clear text passwords, change to no here!
PasswordAuthentication no
PermitEmptyPasswords no

Disable PAM authentication

  • Before
UsePAM yes
  • After
UsePAM no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment