Skip to content

Instantly share code, notes, and snippets.

View Equim-chan's full-sized avatar

Equim Equim-chan

View GitHub Profile
@Equim-chan
Equim-chan / dynmotd
Last active October 11, 2023 15:55 — forked from knotman90/Fedora Dynamic Message of the day - motd
Dynamic motd for CentOS7
#!/bin/bash
# Installation:
#
# 1. vim /etc/ssh/sshd_config
# PrintMotd no
#
# 2. vim /etc/pam.d/login
# # session optional pam_motd.so
#