diff --git a/modules/services/openssh.nix b/modules/services/openssh.nix index 4c61a20..5d0254e 100644 --- a/modules/services/openssh.nix +++ b/modules/services/openssh.nix @@ -8,6 +8,7 @@ AllowUsers = [ "asakiyuki" "junko" + "git" ]; PasswordAuthentication = true; KbdInteractiveAuthentication = false;