Skip to content

Instantly share code, notes, and snippets.

@marrabld
Created March 27, 2020 07:20
Show Gist options
  • Save marrabld/23565ae6739ed8c37617f27ec31d8408 to your computer and use it in GitHub Desktop.
Save marrabld/23565ae6739ed8c37617f27ec31d8408 to your computer and use it in GitHub Desktop.
set the correct permissions for ssh et al
chmod 700 ~/.ssh
chmod 644 ~/.ssh/authorized_keys
chmod 644 ~/.ssh/known_hosts
chmod 644 ~/.ssh/config
chmod 600 ~/.ssh/id_rsa
chmod 644 ~/.ssh/id_rsa.pub
chmod 600 ~/.ssh/github_rsa
chmod 644 ~/.ssh/github_rsa.pub
chmod 600 ~/.ssh/mozilla_rsa
chmod 644 ~/.ssh/mozilla_rsa.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment