diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 130d213..593e83d 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -132,9 +132,8 @@ services = { openssh = { enable = true; - /* DOESNT WORK BECAUSE OF AUTHORIZEDKEYS BUG passwordAuthentication = false; - kbdInteractiveAuthentication = false;*/ + kbdInteractiveAuthentication = false; listenAddresses = [{ addr = "0.0.0.0"; port = 22; |