diff --git a/config/profile-config/common.nix b/config/profile-config/common.nix index e95e398..b7e2a82 100644 --- a/config/profile-config/common.nix +++ b/config/profile-config/common.nix @@ -45,7 +45,7 @@ in { openssh = { enable = true; startWhenNeeded = true; - # useDns = true; + useDns = true; permitRootLogin = "prohibit-password"; extraConfig = '' GSSAPIAuthentication yes