mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:19:22 +08:00
ssh config change
This commit is contained in:
@@ -193,7 +193,12 @@ inputs:
|
||||
services.openssh =
|
||||
{
|
||||
enable = true;
|
||||
settings.TrustedUserCAKeys = "${inputs.config.security.pam.ussh.caFile}";
|
||||
settings =
|
||||
{
|
||||
TrustedUserCAKeys = "${inputs.config.security.pam.ussh.caFile}";
|
||||
ChallengeResponseAuthentication = false;
|
||||
UsePAM = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user