search for: cdc407ed

Displaying 1 result from an estimated 1 matches for "cdc407ed".

2018 Apr 27
4
[PATCH] allow indefinite ForwardX11Timeout by setting it to 0
...: %s", __func__, cmd); - if (x11_refuse_time == 0) { + if (timeout != 0) { now = monotime() + 1; if (UINT_MAX - timeout < now) x11_refuse_time = UINT_MAX; diff --git a/ssh_config.5 b/ssh_config.5 index 71705cab..cdc407ed 100644 --- a/ssh_config.5 +++ b/ssh_config.5 @@ -683,6 +683,7 @@ X11 connections received by after this time will be refused. The default is to disable untrusted X11 forwarding after twenty minutes has elapsed. +A timeout of zero allows untrusted X11 forwarding indefinitely. .It Cm Forward...