Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/pages/connect-your-client/teleport-connect.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ $ "%LocalAppData%\Programs\teleport-connect\Teleport Connect.exe" --insecure
Remove Teleport Connect for MacOS from the Applications directory with this command:

```code
$ sudo rm -f /Applications/Teleport\ Connect.app
$ sudo rm -rf /Applications/Teleport\ Connect.app
```

To remove the local user data directory:
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ We also provide the following images for FIPS builds of Teleport Enterprise:
| Image name | Includes troubleshooting tools | Image base |
| - | - | - |
| `public.ecr.aws/gravitational/teleport-ent-fips-distroless:(=teleport.version=)` | No | [Distroless Debian 12](https://github.com/GoogleContainerTools/distroless) |
| `public.ecr.aws/gravitational/teleport-ent-fips-distroless-debug(=teleport.version=)` | Yes | [Distroless Debian 12](https://github.com/GoogleContainerTools/distroless) |
| `public.ecr.aws/gravitational/teleport-ent-fips-distroless-debug:(=teleport.version=)` | Yes | [Distroless Debian 12](https://github.com/GoogleContainerTools/distroless) |

For testing, we always recommend that you use the latest release version of
Teleport Enterprise, which is currently `(=teleport.latest_ent_docker_image=)`.
Expand Down
12 changes: 6 additions & 6 deletions docs/pages/management/admin/uninstall-teleport.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ $ docker stop teleport
If you installed the MacOS `tsh`-only package and/or Teleport Connect for MacOS, you can optionally remove those too:

```code
$ sudo rm -f /Applications/tsh.app
$ sudo rm -f /Applications/Teleport\ Connect.app
$ sudo rm -rf /Applications/tsh.app
$ sudo rm -rf /Applications/Teleport\ Connect.app
```
</Admonition>

Expand Down Expand Up @@ -275,8 +275,8 @@ $ docker stop teleport
If you installed the MacOS `tsh` client-only package and/or Teleport Connect for MacOS, you can optionally remove those too:

```code
$ sudo rm -f /Applications/tsh.app
$ sudo rm -f /Applications/Teleport\ Connect.app
$ sudo rm -rf /Applications/tsh.app
$ sudo rm -rf /Applications/Teleport\ Connect.app
```
</Admonition>

Expand Down Expand Up @@ -391,8 +391,8 @@ $ docker stop teleport
If you installed the MacOS `tsh` client-only package and/or Teleport Connect for MacOS, you can optionally remove those too:

```code
$ sudo rm -f /Applications/tsh.app
$ sudo rm -f /Applications/Teleport\ Connect.app
$ sudo rm -rf /Applications/tsh.app
$ sudo rm -rf /Applications/Teleport\ Connect.app
```
</Admonition>

Expand Down