Skip to content
New issue

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

GUI Connection when using SSH X11 Forwarding #125

Open
tomeichlersmith opened this issue Aug 30, 2024 · 0 comments
Open

GUI Connection when using SSH X11 Forwarding #125

tomeichlersmith opened this issue Aug 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tomeichlersmith
Copy link
Owner

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.

v0.8.2-23-gd540d11

(i.e. found while working on #124)

@tomeichlersmith tomeichlersmith added the bug Something isn't working label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant