The default Zentyal MOTD is rather long-winded. When I SSHd into my Zentyal the first time, I was met by about three paragraphs of unnecessary clutter.
Zentyal uses update-motd to provide more useful information at login (such as informing the user when updates are available, or when a reboot is required). So we can't just edit /etc/motd to remove this clutter because it would just get regenerated. We can look in /etc/update-motd.d to see how the MOTD is generated, but the annoying zentyal bits are in /etc/motd.tail ; just flush the contents of that file to make your login nice and quiet.update: it seems this message comes back when zentyal updates. I don't have a fix for that right off other than to make a boot script that expunges the contents of the file. |
Zentyal >