From 374849c2ee81e60209558752c1df821a62bbc692 Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Mon, 19 Feb 2024 11:51:15 -0500 Subject: [PATCH] Fixed the fix --- bin/fix_ssh.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/fix_ssh.sh diff --git a/bin/fix_ssh.sh b/bin/fix_ssh.sh new file mode 100755 index 0000000..8c85293 --- /dev/null +++ b/bin/fix_ssh.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +chmod 755 ~/.ssh +chmod 644 ~/.ssh/known_hosts +chmod 600 ~/.ssh/id_rsa +chmod 600 ~/.ssh/id_rsa.pub +