-
Hii, I am having trouble setting up XQuartz and use it as an X11 server in linux. I have tried to connect to the Orbstack virtual machine using the command "ssh -X name@orb", but the X11 forwarding failed with an error message "X11 forwarding request failed on channel 0." Has anyone been successful in launching a GUI application in Orbstack virtual machine? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I found a way around this. Run a ssh server instead of using Orbstack's default one. Then connect using I'll mark this as solved. |
Beta Was this translation helpful? Give feedback.
I found a way around this.
Run a ssh server instead of using Orbstack's default one. Then connect using
ssh -Y username@localhost
. The $DISPLAY env is then set successfully and all X11Forwarding functions as expected.I'll mark this as solved.