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
DISPLAY=$DISPLAY runs fine when connected via desktop or remote desktop, but for ssh connections with -X forwarding there is an error
MoTTY X11 proxy: Unsupported authorisation protocol Error: Can't open display: localhost:10.0
The Jetson Nano host runs X11 fine, but not from the container, and xauth is not installed in the container.
On the host I can run xauth list and get the relevant cookie
xauth list
sudo apt install xauth in the container allows me to set the cookie
sudo apt install xauth
xauth add localhost:10.0 . [cookie_value]
Any chance to add xauth? Or I can send a PR if you prefer.
The text was updated successfully, but these errors were encountered:
@brianlmerritt Thank you for your report! I'll try to reproduce this problem.
Sorry, something went wrong.
The issue may be running ssh via VSCODE Remote Explorer - I will investigate further :D
No branches or pull requests
DISPLAY=$DISPLAY runs fine when connected via desktop or remote desktop, but for ssh connections with -X forwarding there is an error
The Jetson Nano host runs X11 fine, but not from the container, and xauth is not installed in the container.
On the host I can run
xauth list
and get the relevant cookiesudo apt install xauth
in the container allows me to set the cookiexauth add localhost:10.0 . [cookie_value]
Any chance to add xauth? Or I can send a PR if you prefer.
The text was updated successfully, but these errors were encountered: