From 8b61803caf8d78f539468725c2f2ffec8f6e79cf Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Thu, 20 Nov 2025 18:32:08 +0200 Subject: [PATCH] feat: test patching --- files/etc/ssh/sshd_config.makeimg.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 files/etc/ssh/sshd_config.makeimg.patch diff --git a/files/etc/ssh/sshd_config.makeimg.patch b/files/etc/ssh/sshd_config.makeimg.patch new file mode 100644 index 0000000..4f9e897 --- /dev/null +++ b/files/etc/ssh/sshd_config.makeimg.patch @@ -0,0 +1,11 @@ +--- sshd_config.orig ++++ sshd_config +@@ -58,7 +58,7 @@ + #IgnoreRhosts yes + + # To disable tunneled clear text passwords, change to "no" here! +-#PasswordAuthentication yes ++PasswordAuthentication no + #PermitEmptyPasswords no + + # Change to "no" to disable keyboard-interactive authentication. Depending on -- 2.44.1