mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
ssh allow x11 forwarding
This commit is contained in:
@@ -247,6 +247,7 @@ inputs:
|
||||
enable = true;
|
||||
settings =
|
||||
{
|
||||
X11Forwarding = true;
|
||||
TrustedUserCAKeys = "${inputs.config.security.pam.ussh.caFile}";
|
||||
ChallengeResponseAuthentication = false;
|
||||
PasswordAuthentication = false;
|
||||
|
||||
Reference in New Issue
Block a user