Skip to content

Commit

Permalink
docs: update server access guides
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Martin authored and github-actions committed Oct 1, 2024
1 parent cc5fcf8 commit 9bfd904
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This guide explains how to use Teleport and a JetBrains IDE to access files with

## Prerequisites

(!docs/pages/includes/edition-prereqs-tabs.mdx!)
(!docs/pages/includes/edition-prereqs-tabs-not-admin.mdx!)

- JetBrains IDE like PyCharm, IntelliJ, GoLand etc. See [Products](https://www.jetbrains.com/products/#type=ide) for a full list of JetBrains IDEs.
- One or more Teleport SSH Service instances. If you have not yet done this,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This guide explains how to use Teleport and Visual Studio Code's remote SSH exte

## Prerequisites

(!docs/pages/includes/edition-prereqs-tabs.mdx!)
(!docs/pages/includes/edition-prereqs-tabs-not-admin.mdx!)

- OpenSSH client.
- Visual Studio Code with the [Remote - SSH extension](https://code.visualstudio.com/docs/remote/ssh#_system-requirements)
Expand Down
10 changes: 10 additions & 0 deletions docs/pages/includes/edition-prereqs-tabs-not-admin.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{{ version="(=teleport.version=)" }}

- A running Teleport cluster version {{ version }} or above. If you want to get started with Teleport, [sign
up](https://goteleport.com/signup) for a free trial or [set up a demo
environment](../admin-guides/deploy-a-cluster/linux-demo.mdx).

- The `tsh` client tool.

Visit [Installation](../installation.mdx) for instructions on downloading
`tsh`.

0 comments on commit 9bfd904

Please sign in to comment.