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

docs: update server access guides #47023

Merged
merged 1 commit into from
Oct 1, 2024
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
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`.
Loading