Last active
November 12, 2021 14:45
-
-
Save 300481/66e2095eb44d750dfda61a7064a246d3 to your computer and use it in GitHub Desktop.
add my ssh public keys
This file contains 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 | |
# https://tinyurl.com/300481 | |
cd | |
mkdir .ssh | |
chmod 700 .ssh | |
curl https://github.com/300481.keys > .ssh/authorized_keys | |
chmod 400 .ssh/authorized_keys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment