A script to add my SSH key. I donβt know why I made it public.
Website Β·
Contact Β·
Documentation Β·
GitHub Repository
This is just a simple script to manage my support SSH key. The previous script is located at https://cdn.lowtaperfade.art. What am I supposed to explain here even-
# Help
wget -qO- https://ssh.amogus.works/script.sh | bash -s -- help
# Add
wget -qO- https://ssh.amogus.works/script.sh | bash -s -- add
# Remove
wget -qO- https://ssh.amogus.works/script.sh | bash -s -- remove
# Check
wget -qO- https://ssh.amogus.works/script.sh | bash -s -- check
Contributors help shape the future of whatever this is. To start contributing you have to fork this repository and open a pull request.
This project is licensed under the GNU General Public License v3.0. If you want to make your own, I will make a documentation soon on this repository.
VirtFusion for giving me the idea to do this originally.