hosts/hydra-1,hosts/hydra-2,hosts/schule: migrate ssh settings
This commit is contained in:
@@ -32,8 +32,10 @@
|
||||
|
||||
users.users.js.isNormalUser = true;
|
||||
|
||||
services.openssh.passwordAuthentication = lib.mkForce true;
|
||||
services.openssh.challengeResponseAuthentication = lib.mkForce true;
|
||||
services.openssh.settings = {
|
||||
PasswordAuthentication = lib.mkForce true;
|
||||
ChallengeResponseAuthentication = lib.mkForce true;
|
||||
};
|
||||
|
||||
services.ttyd = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user