Fixed the fix
This commit is contained in:
7
bin/fix_ssh.sh
Executable file
7
bin/fix_ssh.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
chmod 755 ~/.ssh
|
||||
chmod 644 ~/.ssh/known_hosts
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa.pub
|
||||
|
||||
Reference in New Issue
Block a user