fix: do not create etc/ssh/sshd_config.d #99
1 changed files with 0 additions and 3 deletions
|
|
@ -11,9 +11,6 @@ postprocess:
|
|||
#!/usr/bin/env bash
|
||||
set -xeuo pipefail
|
||||
|
||||
# Create sshd config directory if it doesn't exist
|
||||
install -dm 0755 -o 0 -g 0 /etc/ssh/sshd_config.d
|
||||
|
||||
# Configure sshd to read keys from authorized_keys.d directory
|
||||
cat > /etc/ssh/sshd_config.d/40-authorized-keys-file.conf << 'EOF'
|
||||
# Also accept keys configured by Ignition and Afterburn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue