summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:42:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 14:42:59 +0000
commit948f2ece15d78626b7c99a0be89a7e205b9a5b4d (patch)
tree46d842d3d9477e80dc586c6e201f33fe5faa80e9
parentSetting IdentityFile in ssh_config to ED25519. (diff)
downloadopenssh-948f2ece15d78626b7c99a0be89a7e205b9a5b4d.tar.xz
openssh-948f2ece15d78626b7c99a0be89a7e205b9a5b4d.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