Skip to content

Instantly share code, notes, and snippets.

@zeloc
Forked from grenade/01-generate-ed25519-ssh-key.sh
Created December 29, 2018 17:03
Show Gist options
  • Save zeloc/e574fcc89fadeaea4478f5fb17d687b3 to your computer and use it in GitHub Desktop.
Save zeloc/e574fcc89fadeaea4478f5fb17d687b3 to your computer and use it in GitHub Desktop.
Correct file permissions for ssh keys and config.
ssh-keygen -t rsa -f github_rsa -N '' -C "[email protected]"
chmod 700 ~/.ssh
chmod 600 ~/.ssh/id_rsa
chmod 644 ~/.ssh/id_rsa.pub
chmod 644 ~/.ssh/authorized_keys
chmod 644 ~/.ssh/known_hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment