summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/openssh-server.sshd.pam2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openssh-server.sshd.pam b/debian/openssh-server.sshd.pam
index 7c0d5417d..c108cdf68 100644
--- a/debian/openssh-server.sshd.pam
+++ b/debian/openssh-server.sshd.pam
@@ -26,7 +26,7 @@ account required pam_nologin.so
26# Print the message of the day upon successful login. 26# Print the message of the day upon successful login.
27# This includes a dynamically generated part from /run/motd.dynamic 27# This includes a dynamically generated part from /run/motd.dynamic
28# and a static (admin-editable) part from /etc/motd. 28# and a static (admin-editable) part from /etc/motd.
29session optional pam_motd.so motd=/run/motd.dynamic 29session optional pam_motd.so motd=/run/motd.dynamic noupdate
30session optional pam_motd.so # [1] 30session optional pam_motd.so # [1]
31 31
32# Print the status of the user's mailbox upon successful login. 32# Print the status of the user's mailbox upon successful login.