chmod: create ~/.ssh if it doesn't exist

This commit is contained in:
Aminda Suomalainen 2015-09-12 09:02:39 +03:00
parent 3b59232c23
commit 5229101447
1 changed files with 1 additions and 0 deletions

1
chmod
View File

@ -23,6 +23,7 @@ chmod a+r-wx,u+rw ~/.face
chmod a+r-wx,u+rw ~/.forward
chmod 600 ~/.netrc
mkdir -p ~/.ssh
chmod 700 ~/.ssh
touch ~/.ssh/authorized_keys
chmod 600 ~/.ssh/authorized_keys