diff --git a/Python/etc/ssh/sshd_config b/Python/etc/ssh/sshd_config index b6be06e..e45d1f8 100644 --- a/Python/etc/ssh/sshd_config +++ b/Python/etc/ssh/sshd_config @@ -62,7 +62,7 @@ header("Configuration du serveur ssh") @#GSSAPIAuthentication no @#GSSAPICleanupCredentials yes -%X11Forwarding yesno(has("users")) +%X11Forwarding yesno(has("users") or has("2B")) @X11DisplayOffset 10 @PrintMotd yes @PrintLastLog yes