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
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,9 @@
PermitEmptyPasswords no
# 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)}
'';
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment