Commit e97a209446db
Changed files (1)
modules
profiles
modules/profiles/ssh.nix
@@ -52,6 +52,11 @@ in
forwardAgent = true;
};
} // cfg.machines;
+ extraConfig = ''
+PreferredAuthentications gssapi-with-mic,publickey,password
+GSSAPIAuthentication yes
+GSSAPIDelegateCredentials yes
+'';
};
};
}