ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

commit 426dc36a4821ecab29e99d72fc0629055f49d0ba
parent 03eda3f6ffa0dc2a280dfb8bbc9c205238345007
Author: Leah Thein <leah@toaster.fritz.box>
Date: Thu, 3 Dec 2020 00:09:46 +0100

common: fix sshd config patch
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config-files/ssh/sshd_config.patch b/config-files/ssh/sshd_config.patch
@@ -13,7 +13,7 @@
  #IgnoreRhosts yes
 
  # To disable tunneled clear text passwords, change to no here!
--#PasswordAuthentication yes
+-PasswordAuthentication yes
 +PasswordAuthentication no
  #PermitEmptyPasswords no