Move paris to ssh with kerberos

This commit is contained in:
niten 2025-01-30 08:24:22 -08:00
parent 6bd787d7a4
commit 32b0b80d3c

View File

@ -307,6 +307,7 @@ in {
services = {
openssh = {
enable = true;
package = pkgs.openssh_hpnWithKerberos;
startWhenNeeded = true;
permitRootLogin = "no";
hostKeys = map (keypair: {