From: Chris Koeritz Date: Thu, 9 Nov 2017 22:41:18 +0000 (-0500) Subject: dropping old script X-Git-Tag: 2.140.90~8 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=a120eb68defadce6adf299a9331a5a48bd1097fe dropping old script --- diff --git a/scripts/security/fix_ssh_perms.sh b/scripts/security/fix_ssh_perms.sh deleted file mode 100644 index eb294fc8..00000000 --- a/scripts/security/fix_ssh_perms.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -# resets the permissions on the .ssh directory to be safe. -# otherwise ssh may ignore keys and such from there. - -chmod 700 $HOME/.ssh -chmod 600 $HOME/.ssh/* - -