MyNixOS website logo
option

services.openssh.settings

Configuration for sshd_config(5).

Declarations
Type
attribute set of (atom (null, bool, int, float or string))
Default
{ }
Example
{
  UseDns = true;
  PasswordAuthentication = false;
}