You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: