fix: use 90- prefix for authorized-keys-file.conf #101

Merged
pwhalen merged 1 commit from fix-conf into main 2026-02-24 22:06:08 +00:00

View file

@ -12,7 +12,7 @@ postprocess:
set -xeuo pipefail
# Configure sshd to read keys from authorized_keys.d directory
cat > /etc/ssh/sshd_config.d/40-authorized-keys-file.conf << 'EOF'
cat > /etc/ssh/sshd_config.d/90-authorized-keys-file.conf << 'EOF'
# Also accept keys configured by Ignition and Afterburn
AuthorizedKeysFile .ssh/authorized_keys .ssh/authorized_keys.d/*
EOF