Remove --key-name from OpenStack examples, clarify SSH key is in cloud-init

This commit is contained in:
2026-04-19 16:36:15 +02:00
parent 7b0f6ed880
commit addccd4a82
2 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -20,7 +20,10 @@ users:
shell: /bin/bash
sudo: ALL=(ALL) NOPASSWD:ALL
ssh_authorized_keys:
# CUSTOMIZE: replace with your public SSH key
# CUSTOMIZE: replace with your public SSH key.
# This is the only SSH key config needed — do NOT use --key-name with
# openstack server create, as that injects into the image's default
# user (e.g. debian), not the devbox user defined here.
- ssh-ed25519 AAAA... your-key-here
# ── Optional: console password ───────────────────────────────────────