diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-03-20 11:51:00 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-03-20 11:51:00 +0100 |
commit | 89749d73a82bd0bfdfa225be06a6db8e82371ff4 (patch) | |
tree | a4a165b5072fa18331493b136766dda1b1014897 /system-profiles/initrd-ssh/module.nix | |
parent | e46c80fd66956713569be4bec940b958d235e451 (diff) | |
download | nixos-89749d73a82bd0bfdfa225be06a6db8e82371ff4.tar nixos-89749d73a82bd0bfdfa225be06a6db8e82371ff4.tar.gz nixos-89749d73a82bd0bfdfa225be06a6db8e82371ff4.tar.bz2 nixos-89749d73a82bd0bfdfa225be06a6db8e82371ff4.tar.xz nixos-89749d73a82bd0bfdfa225be06a6db8e82371ff4.zip |
...
Diffstat (limited to 'system-profiles/initrd-ssh/module.nix')
-rw-r--r-- | system-profiles/initrd-ssh/module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/initrd-ssh/module.nix b/system-profiles/initrd-ssh/module.nix index 18a50cbf..2e75a8c4 100644 --- a/system-profiles/initrd-ssh/module.nix +++ b/system-profiles/initrd-ssh/module.nix | |||
@@ -116,7 +116,7 @@ in | |||
116 | Port ${toString cfg.port} | 116 | Port ${toString cfg.port} |
117 | 117 | ||
118 | PasswordAuthentication no | 118 | PasswordAuthentication no |
119 | ChallengeResponseAuthentication no | 119 | KbdInteractiveAuthentication no |
120 | 120 | ||
121 | ${flip concatMapStrings cfg.hostKeys (path: '' | 121 | ${flip concatMapStrings cfg.hostKeys (path: '' |
122 | HostKey ${initrdKeyPath path} | 122 | HostKey ${initrdKeyPath path} |