diff options
-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 | ''; |