- Add link to migrate-modern-key.sh tool - Reference KEY_MIGRATION.md documentation - Document batch and single-host migration procedures Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@@ -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 |