Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PATCH] sshd_config: allow directories in AuthorizedKeysFile= #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucab
Copy link

@lucab lucab commented Jun 14, 2017

This is a convenience copy for reviews/comments only, patch submission is in bugzilla .

This commit enhances AuthorizedKeysFile= to accept directory paths
in addition to single files.
It provides an include semantics mimicking .d / run-parts(8)
approach, offering a consistent way for different entities to add
public keys to a given account without single-file contention.

@lucab lucab force-pushed the ups/authorized-keys-d branch 2 times, most recently from 8072ca6 to 80435d9 Compare August 7, 2017 09:06
@lucab
Copy link
Author

lucab commented Aug 7, 2017

@lucab lucab changed the title [WIP] sshd_config: allow directories in AuthorizedKeysFile= [PATCH] sshd_config: allow directories in AuthorizedKeysFile= Aug 7, 2017
This enhances AuthorizedKeysFile= to accept directory paths in
addition to single files.
It provides an include semantics similar to `.d` / `run-parts(8)`
approach, offering a consistent way for different entities to add
public keys to a given account without single-file contention.
@lucab
Copy link
Author

lucab commented Jun 18, 2020

@djmdjm I've rebased and updated this with the comments from Bugzilla, can you please have a look?

@bgilbert
Copy link

ssh-key-dir is an AuthorizedKeysCommand implemented as a workaround for the missing ~/.ssh/authorized_keys.d support. It's been shipping in Fedora CoreOS by default for a couple years now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants