Skip to content

Commit

Permalink
Update untrusted x11 forwrding test to linux-only.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger committed Nov 1, 2024
1 parent c1f368e commit 30eb357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/testplan.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@ as well as an upgrade of the previous version of Teleport.
- [ ] `tsh ssh -X root@node xeyes`
- [ ] Test untrusted vs trusted forwarding
- [ ] `tsh ssh -Y server01 "echo Hello World | xclip -sel c && xclip -sel c -o"` should print "Hello World"
- [ ] `tsh ssh -X server01 "echo Hello World | xclip -sel c && xclip -sel c -o"` should fail with "BadAccess" X error
- [ ] (Linux) `tsh ssh -X server01 "echo Hello World | xclip -sel c && xclip -sel c -o"` should fail with "BadAccess" X error
- This test doesn't work with XQuartz as it doesn't seem to enable the X Security Extension.

### User accounting

Expand Down

0 comments on commit 30eb357

Please sign in to comment.