I have X11 forwarding working fine with minimal fuss between two FreeBSD boxes. I run into problems when I try to run X11 applications installed on a Linux box using either FreeBSD box.
Same error using either the -X or -Y switches. Running ssh -v gives little more that I can see, other than a mention of spoofing that I'm unsure of.
I can successfully forward applications installed on either FreeBSD box to the Linux box. Both FreeBSD boxes are 10.1-STABLE. The Linux box is Arch Linux, with ssh version 6.8p1 and OpenSSL 1.0.2a. Not really sure where the problem lies.
Code:
X11 forwarding request failed on channel 0
Code:
debug1: Authentication succeeded (publickey).
Authenticated to [REMOVED_HOSTNAME] ([REMOVED_HOSTNAME]:22).
debug1: HPN to Non-HPN Connection
debug1: Final hpn_buffer_size = 2097152
debug1: HPN Disabled: 0, HPN Buffer Size: 2097152
debug1: channel 0: new [client-session]
debug1: Enabled Dynamic Window Scaling
debug1: Requesting no-more-sessions@openssh.com
debug1: Entering interactive session.
debug1: client_input_global_request: rtype hostkeys-00@openssh.com want_reply 0
debug1: Requesting X11 forwarding with authentication spoofing.
X11 forwarding request failed on channel 0