services.openssh.authorizedKeysInHomedir

NixOS option

Enables the use of the ~/.ssh/authorized_keys file. Otherwise, the only files trusted by default are those in /etc/ssh/authorized_keys.d, i.e. SSH keys from users.users.<name>.openssh.authorizedKeys.keys.

type: boolean
Default
true
declared in: nixos/modules/services/networking/ssh/sshd.nixView source on NixOS/nixpkgs →