Created
March 22, 2015 22:54
-
-
Save lauborges/8518ab93c58db24bf02e to your computer and use it in GitHub Desktop.
fix ssh 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 600 ~/.ssh/id_rsa | |
| chmod 644 ~/.ssh/id_rsa.pub | |
| chmod 644 ~/.ssh/authorized_keys | |
| chmod 644 ~/.ssh/known_hosts | |
| #source | |
| #http://blog.kristeraxel.com/2012/06/fix-your-ssh-permissions/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment