summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:08:27 +0000
commit322a9f5c739b1b1fe5bab8bd79b3fd1955f7eba7 (patch)
tree21f7a74f20b032fdeeddf7346bb775da75cc73c2
parentSetting IdentityFile in ssh_config to ED25519 and RSA. (diff)
downloadopenssh-322a9f5c739b1b1fe5bab8bd79b3fd1955f7eba7.tar.xz
openssh-322a9f5c739b1b1fe5bab8bd79b3fd1955f7eba7.zip
Setting openssh-server/permit-root-login to false.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/openssh-server.templates2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openssh-server.templates b/debian/openssh-server.templates
index e071fe3..8ce6720 100644
--- a/debian/openssh-server.templates
+++ b/debian/openssh-server.templates
@@ -1,6 +1,6 @@
Template: openssh-server/permit-root-login
Type: boolean
-Default: true
+Default: false
_Description: Disable SSH password authentication for root?
Previous versions of openssh-server permitted logging in as root over SSH
using password authentication. The default for new installations is now