diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:08:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:08:28 +0000 |
commit | 46fc1fc95e11f96685ecd0f096f0a2867b13178d (patch) | |
tree | 58ac2f25800f35ef96ea90270ccdd014793c81c9 /debian/openssh-server.templates | |
parent | Setting openssh-server/permit-root-login to false. (diff) | |
download | openssh-46fc1fc95e11f96685ecd0f096f0a2867b13178d.tar.xz openssh-46fc1fc95e11f96685ecd0f096f0a2867b13178d.zip |
Setting openssh-server/password-authentication to false.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/openssh-server.templates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openssh-server.templates b/debian/openssh-server.templates index 8ce6720..474ba78 100644 --- a/debian/openssh-server.templates +++ b/debian/openssh-server.templates @@ -16,7 +16,7 @@ _Description: Disable SSH password authentication for root? Template: openssh-server/password-authentication Type: boolean -Default: true +Default: false Description: Allow password authentication? By default, the SSH server will allow authenticating using a password. You may want to change this if all users on this system authenticate using |