From 43d86c0a3d21f20488ee392ee732fedb7079b01c Mon Sep 17 00:00:00 2001 From: robalb <11277482+robalb@users.noreply.github.com> Date: Sat, 8 Jun 2024 16:03:26 +0200 Subject: [PATCH] tweaks --- astro-website/src/pages/posts/ssh-keys.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/astro-website/src/pages/posts/ssh-keys.mdx b/astro-website/src/pages/posts/ssh-keys.mdx index 393a096..1111c3f 100644 --- a/astro-website/src/pages/posts/ssh-keys.mdx +++ b/astro-website/src/pages/posts/ssh-keys.mdx @@ -7,8 +7,6 @@ tags: ['ssh', 'devops', 'privacy'] permalink: https://halb.it/posts/ssh-keys/ --- -import Picture from '../../components/Picture.astro' -import Spoiler from '../../components/Spoiler.astro' This is the opinionated way I manage my ssh keys.
If you use SSH or Git but aren't familiar with [SSH keys](https://wiki.archlinux.org/title/SSH_keys), learning about them will simplify your workflow.