Remove X11Forwarding from ssh config

This commit is contained in:
2025-10-21 10:39:22 -04:00
parent 7804b1bbbc
commit 09b0873a7d

View File

@@ -140,7 +140,6 @@
programs.ssh = {
enableAskPassword = false;
forwardX11 = true;
extraConfig = ''
Host nixarr
Hostname 192.168.1.165
@@ -229,7 +228,6 @@
PermitRootLogin = "no";
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
X11Forwarding = true;
};
};