Fixed the fix

This commit is contained in:
2024-02-19 11:51:15 -05:00
parent e3b121ad34
commit 374849c2ee

7
bin/fix_ssh.sh Executable file
View 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