https://askubuntu.com/questions/676374/how-to-disable-welcome-message-after-ssh-loginarrow-up-right
rm /etc/motd && touch /etc/motd
sudo chmod -x /etc/update-motd.d/* //
Last updated 1 year ago