Auto-sync: 2026-07-26

This commit is contained in:
Dominik Schön
2026-07-26 22:00:53 +00:00
parent 92a13fdfa4
commit c96ad03ed7
3 changed files with 25 additions and 2 deletions
+9 -1
View File
@@ -3,7 +3,7 @@ title: SSH-Keys (Quick Reference)
category: reference
tags: [ssh, keys, reference, quick-lookup]
created: "2026-07-24"
modified: "2026-07-24"
modified: "2026-07-26"
---
# SSH-Keys
@@ -15,6 +15,8 @@ modified: "2026-07-24"
| `id_ed25519_workers` | RKE2 Worker Nodes | `...kzBo` | 10.0.30.6x |
| `id_ed25519_cloudinit` | Cloud-init initial | `...JUYm` | VM200, Workers |
| `id_ed25519` | VM200 (debian user) | `...MmkM` | 10.0.30.124 |
| `id_ed25519_gitea-hermes-push` | Gitea Git Push (dominik) | `...rrI` | 10.0.30.202:22 (Gitea SSH LB) |
| `id_ed25519_galera` | Galera Cluster | — | 10.0.30.7x |
## SSH-Befehle
```bash
@@ -36,6 +38,12 @@ ssh -i /root/.ssh/id_ed25519_workers root@10.0.30.6x
## CT9999 (Traefik DMZ)
- root / [REDACTED] (siehe 1Password)
## Gitea Hermes Push Key
- Key: `~/.ssh/id_ed25519_gitea-hermes-push`
- 1Password: "Gitea Hermes Push Key" (ID: lqaebdtewj5xatvpzfrkag73v4)
- Verwendung: `GIT_SSH_COMMAND="ssh -i ~/.ssh/id_ed25519_gitea-hermes-push -o StrictHostKeyChecking=no" git push ssh://git@10.0.30.202:22/dominik/iac-homelab.git HEAD:main`
## Related
- [[reference/ip-map]]
- [[concepts/credential-policy]]
- [[systems/gitea]]