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

[v9] Add desktop access to intro descriptions #10894

Merged
merged 2 commits into from
Mar 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ videoBanner: 0HlyGk8dihM

Teleport is a Certificate Authority and an Access Plane for your infrastructure. With Teleport you can:

- Set up Single Sign-On and have one place to access your SSH servers, Kubernetes, Databases, and Web Apps.
- Set up Single Sign-On and have one place to access your SSH servers, Kubernetes, Databases, Desktops, and Web Apps.
- Use your favorite programming language to define access policies to your infrastructure.
- Share and record interactive sessions across all environments.

Expand Down Expand Up @@ -61,7 +61,7 @@ Teleport is a Certificate Authority and an Access Plane for your infrastructure.
Replace static keys and passwords with short-lived certificates.
</TileListItem>
<TileListItem href="./setup/reference/cli.mdx#tsh-play">
Gather structured events and session recording/replay for `ssh` and `kubectl`.
Gather structured events and session recording/replay for `ssh`, `kubectl` and desktop interactions.
</TileListItem>
<TileListItem href="./access-controls/guides/webauthn.mdx">
Enforce two-factor auth with WebAuthn or TOTP.
Expand Down