projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f21a6e
)
dropping old script
author
Chris Koeritz
<fred@gruntose.com>
Thu, 9 Nov 2017 22:41:18 +0000
(17:41 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Thu, 9 Nov 2017 22:41:18 +0000
(17:41 -0500)
scripts/security/fix_ssh_perms.sh
[deleted file]
patch
|
blob
|
history
diff --git
a/scripts/security/fix_ssh_perms.sh
b/scripts/security/fix_ssh_perms.sh
deleted file mode 100644
(file)
index
eb294fc
..0000000
--- 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/*
-
-