Skip to content

Instantly share code, notes, and snippets.

@programingnotes
Forked from grenade/01-generate-ed25519-ssh-key.sh
Created February 25, 2019 22:56
Show Gist options
  • Save programingnotes/abaad860d19532bed2500e55e312abea to your computer and use it in GitHub Desktop.
Save programingnotes/abaad860d19532bed2500e55e312abea 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