From 8642602738d8a1c02c176f8aad9de3adcfe83d05 Mon Sep 17 00:00:00 2001 From: mikl Date: Wed, 24 Jun 2026 19:11:02 +0000 Subject: [PATCH] Add README with hosts table and instructions --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3ff877 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +Public SSH keys for iscg infra hosts. + +Used by `nixos-iscg` flake via sha256-pinned fetchurl on the +`https://git.iscg.dev/mikl.keys` endpoint. + +## Hosts + +| Host | Key file | Purpose | +|------|----------|---------| +| poppy | poppy.pub | macOS laptop (main) | +| poppy | poppy-legacy.pub | macOS laptop (fallback) | +| lilac | lilac.pub | Android phone | + +## Adding a key + +1. Generate: ssh-keygen -t ed25519 -C "@" -f ~/.ssh/ -N "" +2. Copy .pub here +3. Update table above +4. Add to forgejo account Settings -> SSH Keys