dropping old script
authorChris Koeritz <fred@gruntose.com>
Thu, 9 Nov 2017 22:41:18 +0000 (17:41 -0500)
committerChris Koeritz <fred@gruntose.com>
Thu, 9 Nov 2017 22:41:18 +0000 (17:41 -0500)
scripts/security/fix_ssh_perms.sh [deleted file]

diff --git a/scripts/security/fix_ssh_perms.sh b/scripts/security/fix_ssh_perms.sh
deleted file mode 100644 (file)
index eb294fc..0000000
+++ /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/*
-
-