Skip to content

Instantly share code, notes, and snippets.

@Vachok
Created April 28, 2020 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vachok/8786b0a700a2fea658469cd0d8268860 to your computer and use it in GitHub Desktop.
Save Vachok/8786b0a700a2fea658469cd0d8268860 to your computer and use it in GitHub Desktop.
chown -R USER:GROUP ~/.ssh
chmod 700 ~/.ssh
chmod 644 ~/.ssh/*
chmod 600 ~/.ssh/id_rsa
chmod 600 ~/.ssh/authorized_keys
chmod 600 ~/.ssh/id_dsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment