Try using DNS now that Kerberos is working again

This commit is contained in:
Root 2021-04-12 15:43:45 -07:00
parent 6cb3ecd6c2
commit 3d0fda0d1c

View File

@ -45,7 +45,7 @@ in {
openssh = { openssh = {
enable = true; enable = true;
startWhenNeeded = true; startWhenNeeded = true;
# useDns = true; useDns = true;
permitRootLogin = "prohibit-password"; permitRootLogin = "prohibit-password";
extraConfig = '' extraConfig = ''
GSSAPIAuthentication yes GSSAPIAuthentication yes