Problem :
I am having the issue getting ssh X forwarding to work. A setup is I am ssh
ing into the ubuntu VM off OSX a Yosemite host machine.
I have already installed a xQuartz on OSX, xauth on ubuntu, and I believe I have all the relevant options set in my ssh_config files.
I get below one:
Warning: untrusted X11 forwarding setup failed: xauth key data not generated
X11 forwarding request failed on channel 0
Message when opening the connection with a ssh -X
, and when I tried to run the X application:
xterm: Xt error: Can't open display:
xterm: DISPLAY is not set
I have a identical setup on my other machine except running a Mavericks and it works fine, is there anything specific to the Yosemite specific I have to know about?