Skip to content

Instantly share code, notes, and snippets.

@drawcode
Forked from grenade/01-generate-ed25519-ssh-key.sh
Last active July 16, 2018 08:59
Show Gist options
  • Select an option

  • Save drawcode/abfc296b7665e69a3100bb179ca8f91b to your computer and use it in GitHub Desktop.

Select an option

Save drawcode/abfc296b7665e69a3100bb179ca8f91b 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