mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
disable ussh
This commit is contained in:
@@ -139,7 +139,7 @@ inputs:
|
||||
security.pam =
|
||||
{
|
||||
u2f = { enable = true; cue = true; authFile = ./u2f_keys; };
|
||||
ussh = { enable = true; caFile = ./ca.pub; authorizedPrincipals = "chn"; };
|
||||
ussh = { enable = false; caFile = ./ca.pub; authorizedPrincipals = "chn"; };
|
||||
};
|
||||
}
|
||||
# hostname
|
||||
|
||||
Reference in New Issue
Block a user