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
1 changed files with 1 additions and 1 deletions

View File

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