This paste expires on 2159-11-29 20:30:06.447396. Repaste, or download this paste. . Pasted through web.

services.openssh = {
  enable = true;
  extraConfig = "PermitEmptyPasswords no";
  ports = [ 22 ];
  openFirewall = true;
  settings = {
    Protocol = 2;
    MaxAuthTries = 2;
    PermitEmptyPasswords = false;
    PasswordAuthentication = false;
    PermitRootLogin = "prohibit-password";
    X11Forwarding = false;
  };
};
Filename: None. Size: 337b. View raw, , hex, or download this file. Report this file.