Open ransona opened 1 year ago
Adding the following flag to the ssh config files allows connection to be made: ForwardX11Trusted yes
This is perhaps not the correct longterm solution.
couldn't connect to display "localhost:13.0" fixed with: os.environ['DISPLAY'] = 'localhost:10.0'
Windows:
XForwarding not working. i.e. SSH to the server, run xeyes and get "Error: Can't open display"
In MACOS / XQuartz seemingly resolved by altering ssh config file by adding line: ForwardX11Timeout 0 This disabled timeout.