mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
sshd: Add issue references to services.openssh.authorizedKeysFiles
This commit is contained in:
parent
9953edaf75
commit
1846a85b77
1 changed files with 3 additions and 0 deletions
|
@ -413,6 +413,9 @@ in
|
|||
unixAuth = cfg.passwordAuthentication;
|
||||
};
|
||||
|
||||
# These values are merged with the ones defined externally, see:
|
||||
# https://github.com/NixOS/nixpkgs/pull/10155
|
||||
# https://github.com/NixOS/nixpkgs/pull/41745
|
||||
services.openssh.authorizedKeysFiles =
|
||||
[ ".ssh/authorized_keys" ".ssh/authorized_keys2" "/etc/ssh/authorized_keys.d/%u" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue