diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-05 13:40:36 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-12-05 13:40:36 +0100 |
commit | 889355a1f93bfe94991a9ac86c5e76ee944fc517 (patch) | |
tree | bcf4b262716524a3741fcdb76ae585e1d0427b77 | |
parent | 41faa5a06bcd825cbdddbb774623ed3700e9e7c9 (diff) | |
download | nixos-889355a1f93bfe94991a9ac86c5e76ee944fc517.tar nixos-889355a1f93bfe94991a9ac86c5e76ee944fc517.tar.gz nixos-889355a1f93bfe94991a9ac86c5e76ee944fc517.tar.bz2 nixos-889355a1f93bfe94991a9ac86c5e76ee944fc517.tar.xz nixos-889355a1f93bfe94991a9ac86c5e76ee944fc517.zip |
Disallow challenge-response-auth on ymir
-rw-r--r-- | ymir.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -189,6 +189,7 @@ in rec { | |||
189 | services.openssh = { | 189 | services.openssh = { |
190 | enable = true; | 190 | enable = true; |
191 | passwordAuthentication = false; | 191 | passwordAuthentication = false; |
192 | challengeResponseAuthentication = false; | ||
192 | extraConfig = '' | 193 | extraConfig = '' |
193 | AllowGroups ssh | 194 | AllowGroups ssh |
194 | ''; | 195 | ''; |