Skip to content

Commit

Permalink
docs: update ssh keys scan tctl editing example
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Martin committed Sep 21, 2024
1 parent ed26cb1 commit 70f5f8b
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,15 @@ from Teleport Auth Service.

To enable SSH Key Scanning, you need to configure the Teleport cluster to scan for SSH Authorized Keys.

To enable the SSH Key Scanning feature, edit the Teleport Access Graph configuration file and set the
`spec.secrets_scan_config` field to `enabled` as shown below:
To enable the SSH Key Scanning feature, edit the Teleport Access Graph configuration file:

```bash
```code
$ tctl edit access_graph_settings
```

Set the `spec.secrets_scan_config` field to `enabled` as shown below:

```yaml
kind: access_graph_settings
metadata:
name: access-graph-settings
Expand Down Expand Up @@ -189,4 +192,4 @@ in Teleport.

A signed and notarized `tsh` binary is necessary to enroll and use a trusted
device. [Download the macOS tsh installer](../../../installation.mdx#macos) to fix
the problem.
the problem.

0 comments on commit 70f5f8b

Please sign in to comment.