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
Describe the bug Authorization is not allowed when attempting to run xeyes from within a container after connecting over SSH to a server.
To Reproduce On some server.
$ ssh -XY my-server $ cd path/to/clone/of/denv $ ./test/gui/run-gui-test X11 connection rejected because of wrong authentication. Error: Can't open display: localhost:10.0
Expected behavior I would like to be able to X11 forward from the container over SSH to the user's host computer.
Additional context Add output of denv version and denv config print here.
denv version
denv config print
v0.8.2-23-gd540d11
(i.e. found while working on #124)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Authorization is not allowed when attempting to run xeyes from within a container after connecting over SSH to a server.
To Reproduce
On some server.
Expected behavior
I would like to be able to X11 forward from the container over SSH to the user's host computer.
Additional context
Add output of
denv version
anddenv config print
here.(i.e. found while working on #124)
The text was updated successfully, but these errors were encountered: