En réponse à l'origine de tous les messages MOTD, regardez d'abord les configurations PAM.
% grep -C1 motd /etc/pam.d/*
/etc/pam.d/sshd:session optional pam_motd.so motd=/run/motd.dynamic
Regardez pour voir ce que pam_motd.so exécute.
% strings /lib/x86_64-linux-gnu/security/pam_motd.so
run-parts /etc/update-motd.d > /run/motd.dynamic.new
'run-parts' exécute tous les scripts, dans l'ordre, dans un répertoire.
% ls /etc/update-motd.d/
00-header* 80-esm* 91-release-upgrade* 98-reboot-required*
10-help-text* 80-livepatch* 95-hwe-eol*
50-motd-news* 90-updates-available* 98-fsck-at-reboot*
Les scripts d'aide se trouvent dans / usr / lib / update-notifier / update-motd *
/usr/lib/update-notifier/update-motd-fsck-at-reboot*
/usr/lib/update-notifier/update-motd-hwe-eol*
/usr/lib/update-notifier/update-motd-reboot-required*
/usr/lib/update-notifier/update-motd-updates-available*
Les fichiers de données se trouvent dans / var / lib / update-notifier
dpkg-run-stamp hwe-eol updates-available
fsck-at-reboot package-data-downloads/ user.d/
Pour sortir les informations MOTD à partir de la ligne de commande, soit
$ ssh localhost
ou
# run-parts /etc/update-motd.d