Skip to content

Instantly share code, notes, and snippets.

@tobimax
Forked from grenade/01-generate-ed25519-ssh-key.sh
Created March 30, 2019 12:05
Show Gist options
  • Select an option

  • Save tobimax/62ff97c22bf43304bcaefba1424127e7 to your computer and use it in GitHub Desktop.

Select an option

Save tobimax/62ff97c22bf43304bcaefba1424127e7 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