-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathold.sh
More file actions
19 lines (16 loc) · 920 Bytes
/
old.sh
File metadata and controls
19 lines (16 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
# Lumi's SSH key manager
#
# This script is used as a way to help users as fast as possible by instead of sharing their server's password, they add my SSH key, and I have access to their server.
# Idea inspired by Virtfusion
# This is the old version of the script, which is no longer maintained, accessible via:
# $ wget -qO- https://ssh.amogus.works/old.sh | bash
#
# We recommend using the new version of the script, accessible via:
# $ wget -qO- https://ssh.amogus.works/script.sh | bash
#
# Have fun! Made with ❤️ by Lumi
RED="\e[1;31m"
ENDCOLOR="\e[0m"
echo -e "\n${RED}Starting from 26/04/2025, I have switched my SSH key's, which makes this script unusable. Please use my new script instead with: wget -qO- https://ssh.amogus.works/script.sh${ENDCOLOR}"
echo -e "${RED}You can also use this previous script at https://cdn.lowtaperfade.art/ssh, although it's not recommended.${ENDCOLOR}\n"