Skip to content

Instantly share code, notes, and snippets.

@klinkby
Created November 20, 2023 09:52
Show Gist options
  • Save klinkby/9aa21dc91474e55595feb720875e08d9 to your computer and use it in GitHub Desktop.
Save klinkby/9aa21dc91474e55595feb720875e08d9 to your computer and use it in GitHub Desktop.
Set file permissions on ssh keys
cd ~ && chmod 600 ~/.ssh/* && chmod 700 ~/.ssh && chmod 644 ~/.ssh/*.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment