2021-09-08 02:04:45 +03:00
2021-09-08 02:02:46 +03:00
2019-04-23 00:17:15 +03:00
2021-09-08 01:54:41 +03:00
2020-01-14 02:18:46 +03:00
2020-07-18 07:26:38 +00:00
2020-01-14 02:18:46 +03:00
2020-01-14 02:18:46 +03:00
2021-09-08 02:03:48 +03:00
2019-08-19 15:22:47 +03:00
2020-01-14 02:18:46 +03:00
2019-08-19 15:22:47 +03:00
2021-09-08 01:52:43 +03:00
2021-09-08 01:52:43 +03:00
2021-09-08 02:04:45 +03:00

MOTD

This repository contains the my configs for MOTD forked from yboetz.

It just Messange Of The Day for linux ssh and terminal.

Requirements

  • update-motd
    • Needed for work all scripts
  • figlet
    • Needed for work displayname in module 10-display-name
  • smartctl
    • Needed for showing temp in module 30-hdd-temp
  • docker
    • Needed for working module 60-docker
  • lxd
    • Needed for working module 60-lxd
  • ssed
    • Needed for working module 70-vpn-active

Screenshot

screen

Installing

  1. In /etc/ssh/sshd_config need to set up string to PrintMotd yes
  2. Install update-motd
git clone https://github.com/RIKRUS/MOTD.git
cd MOTD
sudo chown root:root *
sudo cp * /etc/update-motd.d/
sudo update-motd

Update 08.09.2021

  • Added module for track Openvpn keys (i use easyrsa for generating keys) and active connections

P.S.

*In folder with openvpn config (/etc/openvpn/) locating directory with Certifiration Autority. Some files reading directly from CA (/etc/openvpn/ca/pki/)

Description
Fancy wiev for MOTD
Readme 308 KiB
Languages
Shell 100%