From a120eb68defadce6adf299a9331a5a48bd1097fe Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Thu, 9 Nov 2017 17:41:18 -0500 Subject: [PATCH] dropping old script --- scripts/security/fix_ssh_perms.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 scripts/security/fix_ssh_perms.sh 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/* - - -- 2.34.1