Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / scripts / rev_control / fix_ssh_perms.sh
diff --git a/scripts/rev_control/fix_ssh_perms.sh b/scripts/rev_control/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/*
-
-