How to disable welcome message after SSH login?

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