From 319ab064370cb1e65be115ffddf5c0cd519af2dd Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 4 May 2022 12:05:39 +0200 Subject: Add a playbook for sshd configuration --- playbooks.d/ssh/share/motd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 playbooks.d/ssh/share/motd (limited to 'playbooks.d/ssh/share/motd') diff --git a/playbooks.d/ssh/share/motd b/playbooks.d/ssh/share/motd new file mode 100644 index 0000000..7fc4e34 --- /dev/null +++ b/playbooks.d/ssh/share/motd @@ -0,0 +1,8 @@ + ████████╗██╗ ██╗██╗██╗ ███╗ ██╗███████╗████████╗ + ╚══██╔══╝╚██╗ ██╔╝██║██║ ████╗ ██║██╔════╝╚══██╔══╝ + ██║ ╚████╔╝ ██║██║ ██╔██╗ ██║█████╗ ██║ + ██║ ╚██╔╝ ██║██║ ██║╚██╗██║██╔══╝ ██║ + ██║ ██║ ██║███████╗██╗██║ ╚████║███████╗ ██║ + ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ + +Welcome to ${fqdn}, last updated on ${time}. -- cgit v1.1