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

Support OpenSSH Extensions: permit-X11-forwarding #3401

Closed
benarent opened this issue Mar 4, 2020 · 0 comments · Fixed by #3803
Closed

Support OpenSSH Extensions: permit-X11-forwarding #3401

benarent opened this issue Mar 4, 2020 · 0 comments · Fixed by #3803
Assignees
Labels
OpenSSH For customers using Teleport and OpenSSH tsh tsh - Teleport's command line tool for logging into nodes running Teleport.

Comments

@benarent
Copy link
Contributor

benarent commented Mar 4, 2020

We've a paying customer who's currently patched Teleport to support X11 forwarding as an extension for Teleport. The team then uses the certificate with OpenSSH to provide access.

We might want to consider this as an optional extension, set in the role. It should be off by default.

kind: role
metadata:
  name: clusteradmin
spec:
  allow:
...
  options:
    cert_format: standard
    forward_agent: false
    permit_x11_forwarding: true
    max_session_ttl: 12h0m0s
@benarent benarent added OpenSSH For customers using Teleport and OpenSSH tsh tsh - Teleport's command line tool for logging into nodes running Teleport. R3 labels Mar 4, 2020
@russjones russjones added this to the 4.3 "Oceanside" milestone May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OpenSSH For customers using Teleport and OpenSSH tsh tsh - Teleport's command line tool for logging into nodes running Teleport.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants