nixos/services/openssh: enable X11 forwarding
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
settings = {
|
||||
ClientAliveInterval = 300;
|
||||
X11Forwarding = true;
|
||||
|
||||
KbdInteractiveAuthentication = false;
|
||||
PasswordAuthentication = false;
|
||||
|
||||
Reference in New Issue
Block a user