Skip to content

Instantly share code, notes, and snippets.

@lispstudent
Created July 10, 2021 16:31
Show Gist options
  • Save lispstudent/cbef467195b417a3a71e257d03ab56d8 to your computer and use it in GitHub Desktop.
Save lispstudent/cbef467195b417a3a71e257d03ab56d8 to your computer and use it in GitHub Desktop.
Fix .ssh permissions
sudo chmod -R 600 .ssh
sudo chmod -R 644 .ssh/*.pub
sudo chmod -R 700 .ssh