Work on the storage blog post a little
This commit is contained in:
parent
bf3fcde4c7
commit
4b207959be
1 changed files with 20 additions and 4 deletions
|
@ -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
|
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'
|
author: 'Aria'
|
||||||
tags: ["learning in public", "security", "GPG", "Storage"]
|
tags: ["learning in public", "security", "GPG", "storage", "backups"]
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
import { Picture, getImage } from "astro:assets";
|
import { Picture, getImage } from "astro:assets";
|
||||||
|
|
||||||
tehe
|
## 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
|
Loading…
Add table
Add a link
Reference in a new issue