From 243997aef462c0955bc0654422eb2bc0543589c4 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 25 Sep 2022 13:26:47 +0200 Subject: SSH: Disable password authentication --- hosts/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 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; -- cgit 1.4.1