Last active
March 24, 2017 19:22
-
-
Save MartinAhrer/1f37409fc430f600433069ee737b5e12 to your computer and use it in GitHub Desktop.
Fixing permissions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chmod 0600 $HOME/.config/doctl/*.yaml | |
chmod 0700 $HOME/.ssh | |
chmod 0600 $HOME/.ssh/* | |
chmod 0644 $HOME/.ssh/*.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment