services.openssh.authorizedKeysCommandUser

NixOS option

Specifies the user under whose account the AuthorizedKeysCommand is run. It is recommended to use a dedicated user that has no other role on the host than running authorized keys commands.

type: string
Default
"nobody"
declared in: nixos/modules/services/networking/ssh/sshd.nixView source on NixOS/nixpkgs →