sshd: allow x11 forwarding

This commit is contained in:
LavaDesu 2021-08-22 15:05:07 +07:00
parent 6d5d7e1535
commit a409168102
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -5,6 +5,7 @@
enable = true;
permitRootLogin = "no";
passwordAuthentication = false;
forwardX11 = true;
};
security = {