https://bugzilla.mindrot.org/show_bug.cgi?id=3957
--- Comment #1 from Dusty Mabe <[email protected]> --- I realize here that we wouldn't want to change the existing behavior, so we'd need a way to implement this that wouldn't do that. There are different ways to achieve this goal and I'm sure the maintainers of OpenSSH would know best, but one way could be to make a prepended+ do just that: So ``` AuthorizedKeysFile=${CREDENTIALS_DIRECTORY}/ssh.ephemeral-authorized_keys-all ``` would override all previous entries, while ``` AuthorizedKeysFile=+${CREDENTIALS_DIRECTORY}/ssh.ephemeral-authorized_keys-all ``` woud append. -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
