ssh allow x11 forwarding

This commit is contained in:
2023-08-08 16:36:34 +08:00
parent fa5e6c1450
commit df8b686036

View File

@@ -247,6 +247,7 @@ inputs:
enable = true;
settings =
{
X11Forwarding = true;
TrustedUserCAKeys = "${inputs.config.security.pam.ussh.caFile}";
ChallengeResponseAuthentication = false;
PasswordAuthentication = false;