Last active
September 28, 2020 11:48
-
-
Save Ruzzz/e4897c41473b12a42275b7432c614637 to your computer and use it in GitHub Desktop.
ssh directory permissions
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
chmod 700 ~/.ssh | |
chmod 644 ~/.ssh/* | |
chmod 600 ~/.ssh/id_rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment