From 3d0fda0d1cf3e53df6f6db840ce789d62f3d503c Mon Sep 17 00:00:00 2001 From: Root Date: Mon, 12 Apr 2021 15:43:45 -0700 Subject: [PATCH] Try using DNS now that Kerberos is working again --- config/profile-config/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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