-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
x11 forwarding #9897
x11 forwarding #9897
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good but very few tests for the amount of code being added. Can we improve coverage a bit?
029e8b9
to
4e6cb6d
Compare
@zmb3 @jakule PTAL, I addressed all of the comments except for the one about non-graceful shutdowns. I'm going to open another Issue for that bug fix since it's a separate issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. A couple minor points, but nothing that should hold up a merge.
Looks like one X11 test is currently falling in CI:
|
9a70827
to
52c3d3c
Compare
d08c0d3
to
3fbfcdf
Compare
Add XConn and XDisplay abstractions; Add tests in x11 package and sshserver; Cleanup/fix forwarding logic; Cleanup comments, fix X capitalization.
Simplify X11 forwarding cli flags and options; Make XServer proxy display max configurable; Move and improve SSH options tests.
… when x11-req is denied.
Fix broken test. Check for xauth in tests. Add xauth to buildbox.
6d9e026
to
39be324
Compare
This PR implements RFD
Closes #7799