Custom MOTD scripts based off of PlexMOTD. This is running on Ubuntu or Debian, and the scripts are split into manageable chunks.
- Run the motd install script:
- For Ubuntu:
curl -L https://raw.githubusercontent.com/Skrepysh/motd/refs/heads/master/scripts/ubuntu.sh > motd_install.sh && sudo chmod +x motd_install.sh && sudo ./motd_install.sh
- For Debian:
curl -L https://raw.githubusercontent.com/Skrepysh/motd/refs/heads/master/scripts/debian.sh > motd_install.sh && sudo chmod +x motd_install.sh && sudo ./motd_install.sh
- Change
/etc/update-motd.d/colors.txt
to your liking. - Change services in
/etc/update-motd.d/09-services
to suit your needs. - Optionally change
PrintLastLog
tono
in/etc/ssh/sshd_config
.