From 224b082c47dad34d30461a414d6ea5879598788d Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Tue, 24 Nov 2015 16:25:40 +0100 Subject: [PATCH] [sshd] Autorise le X-Forwarding sur cochon --- Python/etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/etc/ssh/sshd_config b/Python/etc/ssh/sshd_config index 7df4d7f..5a9494a 100644 --- a/Python/etc/ssh/sshd_config +++ b/Python/etc/ssh/sshd_config @@ -66,7 +66,7 @@ else: @#GSSAPIAuthentication no @#GSSAPICleanupCredentials yes -%X11Forwarding yesno(has("users") or has("2B")) +%X11Forwarding yesno(has("users") or has("2B") or has("imprimeurs")) @X11DisplayOffset 10 @PrintMotd no @PrintLastLog yes