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.