summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-03-01 21:17:31 +1100
committerDamien Miller <djm@mindrot.org>2005-03-01 21:17:31 +1100
commit1717fd422f2c5691d745a7daf6908df9a6458904 (patch)
tree6f2b0b68ceea61dc780fed386f08b718097cc201 /ssh_config.5
parent70a908ec89b8bd5feb14abed5957ebb063796e94 (diff)
- djm@cvs.openbsd.org 2005/02/28 00:54:10
[ssh_config.5] bz#849: document timeout on untrusted x11 forwarding sessions. Reported by orion AT cora.nwra.com; ok markus@
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.57
1 files changed, 6 insertions, 1 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 67b6ca72e..8f6d851b4 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: ssh_config.5,v 1.41 2005/01/28 18:14:09 jmc Exp $ 37.\" $OpenBSD: ssh_config.5,v 1.42 2005/02/28 00:54:10 djm Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSH_CONFIG 5 39.Dt SSH_CONFIG 5
40.Os 40.Os
@@ -359,11 +359,16 @@ option is also enabled.
359If this option is set to 359If this option is set to
360.Dq yes 360.Dq yes
361then remote X11 clients will have full access to the original X11 display. 361then remote X11 clients will have full access to the original X11 display.
362.Pp
362If this option is set to 363If this option is set to
363.Dq no 364.Dq no
364then remote X11 clients will be considered untrusted and prevented 365then remote X11 clients will be considered untrusted and prevented
365from stealing or tampering with data belonging to trusted X11 366from stealing or tampering with data belonging to trusted X11
366clients. 367clients.
368Furthermore, the
369.Xr xauth 1
370token used for the session will be set to expire after 20 minutes.
371Remote clients will be refused access after this time.
367.Pp 372.Pp
368The default is 373The default is
369.Dq no . 374.Dq no .