[xserver-commit] cygwin-x-doc/faq cygwin-xfree-faq.xml,1.12,1.13 remote.xml,1.1,1.2

Alexander Gottwald xserver-commit@pdx.freedesktop.org


Committed by: ago

Update of /cvs/xserver/cygwin-x-doc/faq
In directory pdx:/tmp/cvs-serv10465

Modified Files:
	cygwin-xfree-faq.xml remote.xml 
Log Message:
Added ForwardX11Trusted to ssh section


Index: cygwin-xfree-faq.xml
===================================================================
RCS file: /cvs/xserver/cygwin-x-doc/faq/cygwin-xfree-faq.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- a/cygwin-xfree-faq.xml	4 Jan 2004 15:37:15 -0000	1.12
+++ b/cygwin-xfree-faq.xml	28 Feb 2004 03:45:23 -0000	1.13
@@ -96,6 +96,13 @@
 <revhistory id="revision-history">
 
 <revision>
+<revnumber>1.0.12</revnumber>
+<date>2004-02-28</date>
+<authorinitials>alexander.gottwald@s1999.tu-chemnitz.de</authorinitials>
+<revremark>Added ForwardX11Trusted to ssh section.</revremark>
+</revision>
+
+<revision>
 <revnumber>1.0.11</revnumber>
 <date>2004-01-04</date>
 <authorinitials>alexander.gottwald@s1999.tu-chemnitz.de</authorinitials>

Index: remote.xml
===================================================================
RCS file: /cvs/xserver/cygwin-x-doc/faq/remote.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/remote.xml	4 Jan 2004 15:31:43 -0000	1.1
+++ b/remote.xml	28 Feb 2004 03:45:23 -0000	1.2
@@ -47,6 +47,17 @@
 X11Forwarding is disabled. To enable it change the entry to 
 <screen>ForwardX11 yes</screen>
 </para>
+<para>
+Starting with OpenSSH 3.8 you will need the switch <quote>ForwardX11Trusted
+yes</quote> in the client configuration to allow remote clients full access 
+to the xserver. Without it some clients will fail with a similar error:
+<screen> X Error of failed request: BadAtom (invalid Atom parameter)
+  Major opcode of failed request: 18 (X_ChangeProperty)
+  Atom id in failed request: 0x114
+  Serial number of failed request: 370
+  Current serial number in output stream: 372
+</screen>
+</para>
 </answer>
 
 <answer>