mirror of https://github.com/tildeclub/motd.git
updated motd, added sshd-banner
This commit is contained in:
parent
f2f38a36de
commit
dca1fb741d
2
Makefile
2
Makefile
|
@ -3,5 +3,7 @@ PREFIX ?= /etc
|
|||
install:
|
||||
$(info installing motd to $(PREFIX))
|
||||
@install -m 644 motd $(PREFIX)/motd
|
||||
$(info installing sshd-banner to $(PREFIX))
|
||||
@install -m 644 sshd-banner $(PREFIX)/ssh/sshd-banner
|
||||
|
||||
.PHONY: install
|
||||
|
|
20
motd
20
motd
|
@ -1,12 +1,13 @@
|
|||
_______________________________________
|
||||
/ WELCOME TO TILDE.CLUB A PLACE FOR WEB \
|
||||
\ PAGES /
|
||||
---------------------------------------
|
||||
\ ^__^
|
||||
\ (oo)\_______
|
||||
(__)\ )\/\
|
||||
||----w |
|
||||
|| ||
|
||||
[2J[H
|
||||
$$\ $$\ $$\ $$\ $$\ $$\
|
||||
$$ | \__|$$ | $$ | $$ | $$ |
|
||||
$$$$$$\ $$\ $$ | $$$$$$$ | $$$$$$\ $$$$$$$\ $$ |$$\ $$\ $$$$$$$\
|
||||
\_$$ _| $$ |$$ |$$ __$$ |$$ __$$\ $$ _____|$$ |$$ | $$ |$$ __$$\
|
||||
$$ | $$ |$$ |$$ / $$ |$$$$$$$$ | $$ / $$ |$$ | $$ |$$ | $$ |
|
||||
$$ |$$\ $$ |$$ |$$ | $$ |$$ ____| $$ | $$ |$$ | $$ |$$ | $$ |
|
||||
\$$$$ |$$ |$$ |\$$$$$$$ |\$$$$$$$\ $$\\$$$$$$$\ $$ |\$$$$$$ |$$$$$$$ |
|
||||
\____/ \__|\__| \_______| \_______|\__|\_______|\__| \______/ \_______/
|
||||
===========================================================================
|
||||
|
||||
- There is NO GUILT here. NOR SHAME. Not knowing things is fine. Not
|
||||
finishing them is fine too. Be a disaster! Make a disaster!
|
||||
|
@ -39,4 +40,3 @@ command. If you want to see your country specifically you can just for
|
|||
example "covid19-stats canada", which would bring up Canada.
|
||||
|
||||
Stay safe everyone!
|
||||
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
╷ ╷ ╷ ╷ ╷
|
||||
├╴╷│╭┤╭╮ ╭╴│╷╷├╮
|
||||
╰╴╵╵╰╯╰╴•╰╴╵╰╯╰╯
|
||||
_____________________________________________________
|
||||
/ \
|
||||
| NOTICE: |
|
||||
| Automatic bans after 3 failed login attempts. |
|
||||
| Please reply to your sign-up email if you are |
|
||||
| having issues logging in. |
|
||||
\_____________________________________________________/
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue