From 098f14a190f33ccf10c8f01173db4fc9f5f9e5d8 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Thu, 2 Feb 2023 18:23:36 -0700 Subject: [PATCH] fix deprecated ssh settings --- common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index 6749e01..36bd208 100644 --- a/common.nix +++ b/common.nix @@ -79,8 +79,8 @@ all: { # Allow ssh enable = lib.mkDefault true; # lol no - permitRootLogin = lib.mkDefault "no"; - passwordAuthentication = lib.mkDefault false; + settings.PermitRootLogin = lib.mkDefault "no"; + settings.PasswordAuthentication = lib.mkDefault false; # allow reverse ssh port shit to be public sometimes gatewayPorts = lib.mkDefault "clientspecified"; extraConfig = ''