From ca79709adedb6ca9b6202b690212f6e88a2198fc Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Jan 30 2016 00:18:12 +0000 Subject: Silently disable X11 forwarding Based on feedback on previous update: https://bodhi.fedoraproject.org/updates/FEDORA-2016-47ac27532d --- diff --git a/openssh-7.1p2-fallback-x11-untrusted.patch b/openssh-7.1p2-fallback-x11-untrusted.patch index 1fecbfd..2822e3f 100644 --- a/openssh-7.1p2-fallback-x11-untrusted.patch +++ b/openssh-7.1p2-fallback-x11-untrusted.patch @@ -113,7 +113,7 @@ index f555451..c0386d5 100644 - } else if (!client_x11_display_valid(display)) { - logit("DISPLAY '%s' invalid, falling back to fake xauth data", + if (!client_x11_display_valid(display)) { -+ logit("DISPLAY \"%s\" invalid; disabling X11 forwarding", ++ debug("DISPLAY \"%s\" invalid; disabling X11 forwarding", display); - } else { - if (display == NULL) {