Created
January 24, 2023 19:24
-
-
Save rsepassi/7466164861f4c62a5da074e06e1d5c3e to your computer and use it in GitHub Desktop.
ssh.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
curl https://github.com/rsepassi.keys | tail -n 1 >> ~/.ssh/authorized_keys && sudo systemctl restart ssh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment