fix: use 90- prefix for authorized-keys-file.conf #101
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue