services.openssh.settings

Configuration for sshd_config(5).

Type
open submodule of attribute set of (atom (null, bool, int, float or string))
Default
{ }
Example
{
  UseDns = true;
  PasswordAuthentication = false;
}
Declared
<nixpkgs/nixos/modules/services/networking/ssh/sshd.nix>