da_667 on Nostr: Protip: modify /etc/pam.d/sshd and /etc/pam.d/login and comment out these lines: ...
Protip:
modify
/etc/pam.d/sshd
and
/etc/pam.d/login
and comment out these lines:
#session optional pam_motd.so motd=/run/motd.dynamic
#session optional pam_motd.so noupdate
then with root privs, run
chmod -x /etc/update-motd.d/*
If you don't want to see any banner ads on the console, or on SSH sessions.
have fun.
modify
/etc/pam.d/sshd
and
/etc/pam.d/login
and comment out these lines:
#session optional pam_motd.so motd=/run/motd.dynamic
#session optional pam_motd.so noupdate
then with root privs, run
chmod -x /etc/update-motd.d/*
If you don't want to see any banner ads on the console, or on SSH sessions.
have fun.