From d6b858d610db311c3006e0d44035d23a5c79ecc8 Mon Sep 17 00:00:00 2001 From: Mohammed Amar-Bensaber Date: Tue, 27 Aug 2024 22:22:06 +0200 Subject: openssh-server: init config package --- files/etc/ssh/sshd_config.d/custom.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 files/etc/ssh/sshd_config.d/custom.conf (limited to 'files/etc/ssh/sshd_config.d/custom.conf') diff --git a/files/etc/ssh/sshd_config.d/custom.conf b/files/etc/ssh/sshd_config.d/custom.conf new file mode 100644 index 0000000..ac755e6 --- /dev/null +++ b/files/etc/ssh/sshd_config.d/custom.conf @@ -0,0 +1,3 @@ +# To disable tunneled clear text passwords, change to no here! +PasswordAuthentication no +PermitEmptyPasswords no -- cgit v1.2.3