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:
|
install:
|
||||||
$(info installing motd to $(PREFIX))
|
$(info installing motd to $(PREFIX))
|
||||||
@install -m 644 motd $(PREFIX)/motd
|
@install -m 644 motd $(PREFIX)/motd
|
||||||
|
$(info installing sshd-banner to $(PREFIX))
|
||||||
|
@install -m 644 sshd-banner $(PREFIX)/ssh/sshd-banner
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
|
|
20
motd
20
motd
|
@ -1,12 +1,13 @@
|
||||||
_______________________________________
|
[2J[H
|
||||||
/ WELCOME TO TILDE.CLUB A PLACE FOR WEB \
|
$$\ $$\ $$\ $$\ $$\ $$\
|
||||||
\ PAGES /
|
$$ | \__|$$ | $$ | $$ | $$ |
|
||||||
---------------------------------------
|
$$$$$$\ $$\ $$ | $$$$$$$ | $$$$$$\ $$$$$$$\ $$ |$$\ $$\ $$$$$$$\
|
||||||
\ ^__^
|
\_$$ _| $$ |$$ |$$ __$$ |$$ __$$\ $$ _____|$$ |$$ | $$ |$$ __$$\
|
||||||
\ (oo)\_______
|
$$ | $$ |$$ |$$ / $$ |$$$$$$$$ | $$ / $$ |$$ | $$ |$$ | $$ |
|
||||||
(__)\ )\/\
|
$$ |$$\ $$ |$$ |$$ | $$ |$$ ____| $$ | $$ |$$ | $$ |$$ | $$ |
|
||||||
||----w |
|
\$$$$ |$$ |$$ |\$$$$$$$ |\$$$$$$$\ $$\\$$$$$$$\ $$ |\$$$$$$ |$$$$$$$ |
|
||||||
|| ||
|
\____/ \__|\__| \_______| \_______|\__|\_______|\__| \______/ \_______/
|
||||||
|
===========================================================================
|
||||||
|
|
||||||
- There is NO GUILT here. NOR SHAME. Not knowing things is fine. Not
|
- There is NO GUILT here. NOR SHAME. Not knowing things is fine. Not
|
||||||
finishing them is fine too. Be a disaster! Make a disaster!
|
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.
|
example "covid19-stats canada", which would bring up Canada.
|
||||||
|
|
||||||
Stay safe everyone!
|
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