Skip to content

Instantly share code, notes, and snippets.

@ao
Forked from grenade/01-generate-ed25519-ssh-key.sh
Created February 4, 2020 19:16
Show Gist options
  • Select an option

  • Save ao/c1edc19c6213f4328f3310be60014a9c to your computer and use it in GitHub Desktop.

Select an option

Save ao/c1edc19c6213f4328f3310be60014a9c 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