summaryrefslogtreecommitdiff
path: root/system-profiles/initrd-ssh
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2023-03-20 11:51:00 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2023-03-20 11:51:00 +0100
commit89749d73a82bd0bfdfa225be06a6db8e82371ff4 (patch)
treea4a165b5072fa18331493b136766dda1b1014897 /system-profiles/initrd-ssh
parente46c80fd66956713569be4bec940b958d235e451 (diff)
downloadnixos-89749d73a82bd0bfdfa225be06a6db8e82371ff4.tar
nixos-89749d73a82bd0bfdfa225be06a6db8e82371ff4.tar.gz
nixos-89749d73a82bd0bfdfa225be06a6db8e82371ff4.tar.bz2
nixos-89749d73a82bd0bfdfa225be06a6db8e82371ff4.tar.xz
nixos-89749d73a82bd0bfdfa225be06a6db8e82371ff4.zip
...
Diffstat (limited to 'system-profiles/initrd-ssh')
-rw-r--r--system-profiles/initrd-ssh/module.nix2
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}