Showing 1 changed files with 14 additions and 0 deletions
+14 -0
README.md
@@ -42,6 +42,20 @@ git add inventory schema scripts tools .doc README.md .gitignore
42 42
 git commit
43 43
 ```
44 44
 
45
+## SSH Key Management
46
+
47
+Modern key migration from legacy infrastructure:
48
+
49
+```bash
50
+# Migrate all legacy hosts to modern key (ed25519)
51
+tools/migrate-modern-key.sh
52
+
53
+# Migrate specific host
54
+tools/migrate-modern-key.sh is-baobab
55
+```
56
+
57
+See [docs/KEY_MIGRATION.md](docs/KEY_MIGRATION.md) for detailed procedures.
58
+
45 59
 ## Current client layout
46 60
 
47 61
 ```text