Skip to content

Instantly share code, notes, and snippets.

@lauborges
Created March 22, 2015 22:54
Show Gist options
  • Select an option

  • Save lauborges/8518ab93c58db24bf02e to your computer and use it in GitHub Desktop.

Select an option

Save lauborges/8518ab93c58db24bf02e to your computer and use it in GitHub Desktop.
fix ssh permissions
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