Daily Shaarli

All links of one day in a single page.

January 11, 2023

command line - How can I disable/modify the SSH login banner for a given user? - Ask Ubuntu
thumbnail

If you want to disable that message for all ssh users, edit /etc/pam.d/sshd and comment out the lines
session optional pam_motd.so motd=/run/motd.dynamic noupdate
session optional pam_motd.so # [1]