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

tsh ssh -Y doesn't work for server jumps #48920

Open
Joerger opened this issue Nov 13, 2024 · 0 comments · May be fixed by #48937
Open

tsh ssh -Y doesn't work for server jumps #48920

Joerger opened this issue Nov 13, 2024 · 0 comments · May be fixed by #48937
Assignees
Labels

Comments

@Joerger
Copy link
Contributor

Joerger commented Nov 13, 2024

Expected behavior:

x11 forwarding should work as you jump from server to server.

> tsh ssh -Y server01
(server01) > xeyes 
(server01) > tsh ssh -Y server02
(server02) > xeyes 

Current behavior:

x11 forwarding fails on server jump

(server02] > xeyes
Error: Can't open display: :10.0

Workaround:

This works as expected with ssh, including for Teleport nodes, so the issue likely lies with tsh. Since ssh doesn't support per-session MFA, this isn't always a valid workaround.

Bug details:

  • Teleport version: v16.4.0, likely all existing versions
@Joerger Joerger added the bug label Nov 13, 2024
@Joerger Joerger self-assigned this Nov 13, 2024
@Joerger Joerger changed the title tsh ssh -X/-Y doesn't work for server jumps tsh ssh -Y doesn't work for server jumps Nov 13, 2024
@Joerger Joerger linked a pull request Nov 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant