Skip to content

Instantly share code, notes, and snippets.

@channprj
Created January 10, 2020 08:25
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 channprj/225504e936c1d3ff3173adc2072925ae to your computer and use it in GitHub Desktop.
Save channprj/225504e936c1d3ff3173adc2072925ae to your computer and use it in GitHub Desktop.
ssh key chmod 자꾸 까먹어서 올려둠.
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