diff --git a/src/blog/post-4.mdx b/src/blog/post-4.mdx index 9593c7c..6aa50f4 100644 --- a/src/blog/post-4.mdx +++ b/src/blog/post-4.mdx @@ -1,11 +1,27 @@ --- -title: 'Following up on my identity and security' +title: 'Storage & backup of my security' pubDate: 2025-05-21T01:47:00.000+11 -description: 'Time to get my keys and addresses all sorted' +description: 'Where do you even keep all these?!' author: 'Aria' -tags: ["learning in public", "security", "GPG", "Storage"] +tags: ["learning in public", "security", "GPG", "storage", "backups"] draft: true --- import { Picture, getImage } from "astro:assets"; -tehe \ No newline at end of file +## Why backup? + +This probably doesn't need an explanation for anyone reading this but backups are important! + +When you're online accounts rely on just a few files or physical devices for access making sure you have securely stored backups is essential to not loose access to those accounts. + +## What did I need to backup? + +I'll expand on some more of the security stuff I have setup from the last post here too. + +- SSH key(s) +- PGP Key(s) +- 2FA codes +- Security Keys ([Yubikey](https://www.yubico.com/au/product/yubikey-5-series/yubikey-5-nfc/)) +- 1password Emergency Kit +- Account 2FA backups codes (For example discord provides codes to recover your account if you cannot access your codes) +- Exodus wallet backup keys \ No newline at end of file