Remove X11Forwarding from ssh config
This commit is contained in:
@@ -140,7 +140,6 @@
|
|||||||
|
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enableAskPassword = false;
|
enableAskPassword = false;
|
||||||
forwardX11 = true;
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
Host nixarr
|
Host nixarr
|
||||||
Hostname 192.168.1.165
|
Hostname 192.168.1.165
|
||||||
@@ -229,7 +228,6 @@
|
|||||||
PermitRootLogin = "no";
|
PermitRootLogin = "no";
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
KbdInteractiveAuthentication = false;
|
KbdInteractiveAuthentication = false;
|
||||||
X11Forwarding = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user