Skip to content

Commit

Permalink
bsae: fix enable pam
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Mar 24, 2024
1 parent fdbd4e9 commit 3afd2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/defaults/base/sshd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ with lib;
HostbasedAuthentication = false;
PermitEmptyPasswords = false;
UseDns = false;
UsePAM = mkDefault false;
UsePAM = mkDefault true;
};

# https://gitlab.com/gitlab-org/gitlab-foss/-/blob/master/doc/user/gitlab_com/index.md#ssh-host-keys-fingerprints
Expand Down

0 comments on commit 3afd2f4

Please sign in to comment.