Created
February 1, 2023 11:11
-
-
Save egeneralov/6e2e7716f79d16f63142261650e67ce6 to your computer and use it in GitHub Desktop.
egeneralov.authorized_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
cd ~ && mkdir .ssh && chmod 700 .ssh && cd .ssh && curl -s https://github.com/egeneralov.keys >> authorized_keys && chmod 600 authorized_keys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment