On Feb 17, 2006, at 10:31 AM, Alexander Dalloz wrote:
Am Fr, den 17.02.2006 schrieb Tony Schreiner um 16:02:
I'm running into an a problem with x11 forwarding over ssh
I'm trying to run an application (rasmol - molecule viewing program) which when using the the default setup for x11 forwarding causes the following error:
X Error of failed request: BadAccess (attempt to access private resource denied) Major opcode of failed request: 132 (MIT-SHM) Minor opcode of failed request: 1 (X_ShmAttach) Serial number of failed request: 230 Current serial number in output stream: 231
Unfortunately for me, I already had set ForwardX11Trusted yes
in my client ssh_config, so that doesn't seem to be the solution in this case.
I gather that this setting is all about the "access private resource denied" errror; but not related to my X11UseLocalhost issue.
Tony Schreiner