Add optional console password (chpasswd) to cloud-init and deploy docs
This commit is contained in:
@@ -23,6 +23,18 @@ users:
|
||||
# CUSTOMIZE: replace with your public SSH key
|
||||
- ssh-ed25519 AAAA... your-key-here
|
||||
|
||||
# ── Optional: console password ───────────────────────────────────────
|
||||
# Uncomment to set a password for the devbox user. Only needed for
|
||||
# emergency access via the OpenStack/Proxmox console (VNC/noVNC).
|
||||
# SSH key authentication is used for normal access.
|
||||
#
|
||||
# chpasswd:
|
||||
# expire: false
|
||||
# users:
|
||||
# - name: devbox
|
||||
# password: your-password-here
|
||||
# type: text
|
||||
|
||||
# ── Locale and timezone ──────────────────────────────────────────────
|
||||
locale: en_US.UTF-8
|
||||
timezone: Europe/Stockholm
|
||||
|
||||
Reference in New Issue
Block a user