We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This article shows how to get started with ML and mentions using ssh -Y to do X11 forwarding, but that only works out of the box on Linux. On macOS, you have to install XQuartz and on Windows, if you're using Putty you can't use -Y, but need to configure it through the GUI and you have to install and set up an X11 server like Xming. See https://superuser.com/questions/119792/how-to-use-x11-forwarding-with-putty/119908#119908.
ssh -Y
-Y
We should document this here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This article shows how to get started with ML and mentions using
ssh -Y
to do X11 forwarding, but that only works out of the box on Linux. On macOS, you have to install XQuartz and on Windows, if you're using Putty you can't use-Y
, but need to configure it through the GUI and you have to install and set up an X11 server like Xming. See https://superuser.com/questions/119792/how-to-use-x11-forwarding-with-putty/119908#119908.We should document this here.
The text was updated successfully, but these errors were encountered: