Skip to content
Snippets Groups Projects
Unverified Commit 4d334ca6 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

just a note

parent 44910d6b
Branches
No related tags found
1 merge request!35SSH configuration
...@@ -38,7 +38,9 @@ ...@@ -38,7 +38,9 @@
PermitEmptyPasswords no PermitEmptyPasswords no
# Only allow authentication as one of the configured users, not random # Only allow authentication as one of the configured users, not random
# other (often system-managed) users. # other (often system-managed) users. Possibly this is also
# superfluous! NixOS system users have nologin as their shell ... so they
# cannot log in anyway.
AllowUsers ${builtins.concatStringsSep " " (builtins.attrNames cfg.sshUsers)} AllowUsers ${builtins.concatStringsSep " " (builtins.attrNames cfg.sshUsers)}
''; '';
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment