fix: restore SSH key management for Ignition #100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "44-fix-ssh"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Configures OpenSSH to read keys from ~/.ssh/authorized_keys.d/* in
addition to authorized_keys, restoring functionality lost when
ssh-key-dir was removed.
Uses 90- prefix to ensure crypto policies and security configs are
applied before user keys are sourced.
Follows the same approach as CoreOS:
https://github.com/coreos/fedora-coreos-config/pull/3885
Signed-off-by: Paul Whalen pwhalen@fedoraproject.org
rebased onto
718f50a22cPull-Request has been merged by pbrobinson