From a8abeecba0280889f0baac1e1af5ed6b13472a65 Mon Sep 17 00:00:00 2001 From: cheeks <134818917+leftovertoast@users.noreply.github.com> Date: Sun, 30 Jun 2024 09:08:20 -0400 Subject: [PATCH] added folders ./home/linux/ and ssh-keys.md --- home/linux/ssh-keys.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 home/linux/ssh-keys.md diff --git a/home/linux/ssh-keys.md b/home/linux/ssh-keys.md new file mode 100644 index 0000000..2435a23 --- /dev/null +++ b/home/linux/ssh-keys.md @@ -0,0 +1,17 @@ +--- +title: SSH Key Permissions +description: Permissions for SSH files. +published: true +date: 2024-06-30 +tags: +editor: markdown +dateCreated: 2024-06-30T09:05:00.000Z +--- +# SSH KEYS PERMISSIONS +chmod 700 ~/.ssh +chmod 644 ~/.ssh/authorized_keys +chmod 644 ~/.ssh/known_hosts +chmod 644 ~/.ssh/config +chmod 600 ~/.ssh/id_rsa +chmod 644 ~/.ssh/id_rsa.pub +