From 70ccf6d7330046d41eccdb814e9b579da8e2f91c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 19 Nov 2025 13:01:27 -0700 Subject: [PATCH] Add missing tags to SSH Keys. --- content/posts/tech/ssh-keys.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/posts/tech/ssh-keys.md b/content/posts/tech/ssh-keys.md index b5b4309..e431b98 100644 --- a/content/posts/tech/ssh-keys.md +++ b/content/posts/tech/ssh-keys.md @@ -1,5 +1,6 @@ --- title: "SSH Key Access" +subtitle: author: hyperling date: "2025-11-13T20:00:00-07:00" tags: @@ -11,6 +12,7 @@ series: - sysadmin categories: - guides +aliases: --- How to set up an SSH key and use it to access a remote machine.