From 6e5b8749eda58240af71f1a64c0e6310bcf81d4c Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Tue, 14 Aug 2018 14:23:35 +0200 Subject: [PATCH] =?UTF-8?q?Plus=20de=20s=C3=A9curit=C3=A9=20SSH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systems/LoutreOS/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/LoutreOS/configuration.nix b/systems/LoutreOS/configuration.nix index 588f0bf..a35b7b2 100644 --- a/systems/LoutreOS/configuration.nix +++ b/systems/LoutreOS/configuration.nix @@ -87,6 +87,7 @@ # Enable the OpenSSH daemon. services.openssh.enable = true; services.openssh.permitRootLogin = "no"; + services.openssh.passwordAuthentication = false; networking.firewall.allowedTCPPorts = [ ]; networking.firewall.allowedUDPPorts = [ ];