Switched to openssh package with kerberos support
This commit is contained in:
parent
d8327c3edf
commit
ce7c940f65
@ -127,10 +127,13 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Set up SSH
|
# Set up SSH
|
||||||
services.openssh.settings = {
|
services.openssh = {
|
||||||
GSSAPIAuthentication = true;
|
package = pkgs.opensshWithKerberos;
|
||||||
GSSAPICleanupCredentials = true;
|
settings = {
|
||||||
GSSAPIStrictAcceptorCheck = true;
|
GSSAPIAuthentication = true;
|
||||||
|
GSSAPICleanupCredentials = true;
|
||||||
|
GSSAPIStrictAcceptorCheck = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set up home directory
|
# Set up home directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user