Skip to content

zidarsk8/ponymotd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple pony moth for arch and ubuntu

requiermetns:

  1. ponysay
  2. python3
  3. lsb_release
  4. ubuntu only: update-notifier

install

# first install the requirements


git clone https://github.com/zidarsk8/ponymotd.git
cd ponymotd

# edit the MAINTAINER line
vim printsysinfo.py 

# copy the files around
sudo cp printsysinfo.py /usr/bin/
sudo cp dymotd /usr/bin/


# let's dissable the current motd

# this sets PrintMotd and PrintLastLog to no. You can do that manually if you want
sudo sed -i "s/#*\s*PrintMotd .*/PrintMotd no/g" /etc/ssh/sshd_config
sudo sed -i "s/#*\s*PrintLastLog .*/PrintLastLog no/g" /etc/ssh/sshd_config

sudo systemctl restart sshd # on ArchLinux
# sudo service ssh restart # on ubuntu

# go through the list of files here and comment out all the lines with pam_motd.so
grep motd -r /etc/pam.d/
# or run:
# find /etc/pam.d/ -type f | xargs sudo sed -i 's/\(^.*motd.*$\)/#\1/' 


# now we will enable our motd 

sudo ln -s /usr/bin/dymotd /etc/profile.d/dymotd.sh

Result

pony screenshot

About

moto of the day by ponies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published