summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/openssh-server.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openssh-server.config b/debian/openssh-server.config
index 67a074ec2..1cad01cff 100644
--- a/debian/openssh-server.config
+++ b/debian/openssh-server.config
@@ -16,7 +16,7 @@ get_config_option() {
16 /etc/ssh/sshd_config 2>/dev/null 16 /etc/ssh/sshd_config 2>/dev/null
17} 17}
18 18
19permit_root_login="$(get_config_option PermitRootLogin)" 19permit_root_login="$(get_config_option PermitRootLogin)" || true
20if [ -f /etc/ssh/sshd_config ]; then 20if [ -f /etc/ssh/sshd_config ]; then
21 # Make sure the debconf database is in sync with the current state 21 # Make sure the debconf database is in sync with the current state
22 # of the system. 22 # of the system.