Created
August 11, 2020 19:32
-
-
Save rafzei/be60ac471b6c33e830757f7e4080d97f to your computer and use it in GitHub Desktop.
Correct ssh permisions
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/id_rsa.pub \ | |
~/.ssh/known_hosts \ | |
~/.ssh/authorized_keys \ | |
~/.ssh/config | |
chmod 600 ~/.ssh/id_rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment