Skip to content

Instantly share code, notes, and snippets.

@jimtalksdata
Last active December 15, 2018 17:01
Show Gist options
  • Save jimtalksdata/799cd06dbe4a35ae2cc3731623482568 to your computer and use it in GitHub Desktop.
Save jimtalksdata/799cd06dbe4a35ae2cc3731623482568 to your computer and use it in GitHub Desktop.
Patches default password authentication to no on AlphaRacks
--- /etc/ssh/sshd_config 2016-06-21 11:28:46.000000000 -0400
+++ sshd_config 2018-12-13 23:00:00.494884324 -0500
@@ -50,6 +50,7 @@
# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes
+PasswordAuthentication no
# Kerberos options
#KerberosAuthentication no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment