summaryrefslogtreecommitdiff
path: root/dotfiles/system/.ssh/set_perms
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.ssh/set_perms')
-rw-r--r--dotfiles/system/.ssh/set_perms7
1 files changed, 0 insertions, 7 deletions
diff --git a/dotfiles/system/.ssh/set_perms b/dotfiles/system/.ssh/set_perms
deleted file mode 100644
index 9927ebd..0000000
--- a/dotfiles/system/.ssh/set_perms
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# sets permissions for ssh folders and files
-
-cd "$HOME"
-chmod 700 "$HOME"/.ssh
-chmod 600 "$HOME"/.ssh/*
-chmod 644 -f "$HOME"/.ssh/*.pub "$HOME"/.ssh/authorized_keys "$HOME"/.ssh/known_hosts "$HOME"/.ssh/config