sshd: Add issue references to services.openssh.authorizedKeysFiles

This commit is contained in:
Roman Volosatovs 2018-06-12 18:30:53 +02:00
parent 9953edaf75
commit 1846a85b77
No known key found for this signature in database
GPG Key ID: 3AC661943D80C89E

View File

@ -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" ];