#ssh #motd #linux #shell #terminal #command-line-interface #system

app dump-motd

motd interrogates pam_motd.so in order to determine the current message of the day. It only works on linux and it is a component of the shpool tool, though you can also use the dump-motd wrapper CLI tool directly.

2 unstable releases

0.2.0 Mar 18, 2024
0.1.0 Mar 4, 2024

#67 in #ssh

Download history 140/week @ 2024-03-03 10/week @ 2024-03-10 111/week @ 2024-03-17 2/week @ 2024-03-24 53/week @ 2024-03-31 2/week @ 2024-04-07

64 downloads per month

Apache-2.0

43KB
694 lines

motd

motd is a crate for printing the current MOTD (message of the day) on linux. Most of the logic lives in the motd crate, and the dump-motd tool is a thin wrapper which provides a command line interface for the crate.

Dependencies

You must install libpam headers to build this crate. On debian based systems you can do so with

sudo apt-get install libpam0g-dev

Dependencies

~0.5–2.2MB
~37K SLoC