mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-24 20:19:40 +01:00
chmod: create ~/.ssh if it doesn't exist
This commit is contained in:
parent
3b59232c23
commit
5229101447
1
chmod
1
chmod
@ -23,6 +23,7 @@ chmod a+r-wx,u+rw ~/.face
|
|||||||
chmod a+r-wx,u+rw ~/.forward
|
chmod a+r-wx,u+rw ~/.forward
|
||||||
chmod 600 ~/.netrc
|
chmod 600 ~/.netrc
|
||||||
|
|
||||||
|
mkdir -p ~/.ssh
|
||||||
chmod 700 ~/.ssh
|
chmod 700 ~/.ssh
|
||||||
touch ~/.ssh/authorized_keys
|
touch ~/.ssh/authorized_keys
|
||||||
chmod 600 ~/.ssh/authorized_keys
|
chmod 600 ~/.ssh/authorized_keys
|
||||||
|
Loading…
Reference in New Issue
Block a user