From 9b733a36b5ea8eed2c2f910adca3cfe8575bb3df Mon Sep 17 00:00:00 2001 From: gwg313 Date: Sat, 6 Jan 2024 01:22:02 -0500 Subject: [PATCH] fix: remove allowgroups from ssh --- hosts/candlekeep/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/candlekeep/configuration.nix b/hosts/candlekeep/configuration.nix index 2521f2c..359f9e2 100644 --- a/hosts/candlekeep/configuration.nix +++ b/hosts/candlekeep/configuration.nix @@ -148,7 +148,6 @@ ########## Authentication ########## AllowUsers = ["${user}"]; - AllowGroups = ["${user}"]; # Use keys only. Remove if you want to SSH using password (not recommended) PasswordAuthentication = false;