sshd: Add issue references to services.openssh.authorizedKeysFiles
This commit is contained in:
parent
9953edaf75
commit
1846a85b77
@ -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…
Reference in New Issue
Block a user