Skip to content

Commit

Permalink
Respond to PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgott committed Apr 14, 2022
1 parent 3f704fa commit 7e41607
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/pages/setup/guides/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ docker version
# Version: (=docker.version=)
```

- The `tsh` client tool, which ships with the `teleport` binary. Visit [Download Teleport](/teleport/download/) to download the open source edition.
- The `tsh` client tool, which ships with the `teleport` binary. Visit [Download Teleport](/teleport/download/) to download `tsh`.

</TabItem>
<TabItem scope={["cloud", "enterprise"]} label="Commercial">
Expand All @@ -43,7 +43,7 @@ $ docker version
# Version: (=docker.version=)
```

- The Enterprise edition of the `tsh` client tool, which ships with the `teleport` binary. Visit the [customer portal](https://dashboard.gravitational.com/web/login) to download Teleport.
- The `tsh` client tool, which ships with the `teleport` binary. Visit the [customer portal](https://dashboard.gravitational.com/web/login) to download Teleport.

</TabItem>
</Tabs>
Expand Down
1 change: 0 additions & 1 deletion docs/pages/setup/guides/ec2-tags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ This guide will explain how to set up Teleport Node labels based on Amazon EC2 t

- One Teleport Node running on an Amazon EC2 instance. See
[Adding Nodes](../admin/adding-nodes.mdx) for how to set up a Teleport Node.

- The following software installed on your Teleport Node: `curl`, `python`, and
the `aws` CLI, which comes from the `awscli` Python package.

Expand Down
6 changes: 3 additions & 3 deletions docs/pages/setup/reference/audit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Audit Events and Records
description: Reference of Teleport Audit Events and Session Records
---

Teleport logs SSH, Kubernetes, and database events into its audit log. There are
Teleport logs SSH, Kubernetes, desktop, and database events into its audit log. There are
two components of the audit log:

<Tabs>
Expand All @@ -12,7 +12,7 @@ two components of the audit log:

1. **Cluster Events:** Teleport logs events like successful user logins along
with metadata like remote IP address, time, and the session ID.
2. **Recorded Sessions:** Every SSH or Kubernetes shell session is recorded and
2. **Recorded Sessions:** Every SSH, desktop, or Kubernetes shell session is recorded and
can be replayed later. By default, the recording is done by Teleport Nodes,
but can be configured to be done by the proxy.

Expand All @@ -22,7 +22,7 @@ two components of the audit log:

1. **Cluster Events:** Teleport logs events like successful user logins along
with metadata like remote IP address, time, and the session ID.
2. **Recorded Sessions:** Every SSH or Kubernetes shell session is recorded and
2. **Recorded Sessions:** Every SSH, desktop, or Kubernetes shell session is recorded and
can be replayed later. Teleport Cloud manages the storage of session
recording data.

Expand Down

0 comments on commit 7e41607

Please sign in to comment.