summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/openssh-server.postinst1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/openssh-server.postinst b/debian/openssh-server.postinst
index ee660165e..443c567ee 100644
--- a/debian/openssh-server.postinst
+++ b/debian/openssh-server.postinst
@@ -89,6 +89,7 @@ disable_config_option() {
89 } 89 }
90 print; 90 print;
91 }' \ 91 }' \
92 "$option" \
92 < /etc/ssh/sshd_config > /etc/ssh/sshd_config.dpkg-new 93 < /etc/ssh/sshd_config > /etc/ssh/sshd_config.dpkg-new
93 chown --reference /etc/ssh/sshd_config /etc/ssh/sshd_config.dpkg-new 94 chown --reference /etc/ssh/sshd_config /etc/ssh/sshd_config.dpkg-new
94 chmod --reference /etc/ssh/sshd_config /etc/ssh/sshd_config.dpkg-new 95 chmod --reference /etc/ssh/sshd_config /etc/ssh/sshd_config.dpkg-new