From b4463015b97912658d630377fafbf630f7588d1e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 21 May 2025 22:01:35 -0500 Subject: moving arch dotfiles into archsetup --- dotfiles/system/.ssh/set_perms | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dotfiles/system/.ssh/set_perms (limited to 'dotfiles/system/.ssh/set_perms') diff --git a/dotfiles/system/.ssh/set_perms b/dotfiles/system/.ssh/set_perms new file mode 100644 index 0000000..9927ebd --- /dev/null +++ b/dotfiles/system/.ssh/set_perms @@ -0,0 +1,7 @@ +#!/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 -- cgit v1.2.3