-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[v15] docs: update db gui client (#49155)
* docs: update db gui client * docs: remove Teleport version ref in db gui client Co-authored-by: Paul Gottschling <[email protected]> * docs: include peer as join session mode in access role ref --------- Co-authored-by: Paul Gottschling <[email protected]>
- Loading branch information
1 parent
5bad931
commit a05ad68
Showing
2 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,20 @@ work with Teleport. | |
|
||
### Prerequisites | ||
|
||
(!docs/pages/includes/edition-prereqs-tabs.mdx!) | ||
- A running Teleport cluster. 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`. See the [Using Teleport Connect](./teleport-connect.mdx) guide for a graphical desktop client | ||
that includes `tsh`. | ||
|
||
- To check that you can connect to your Teleport cluster, sign in with `tsh login`. For example: | ||
|
||
```code | ||
$ tsh login --proxy=<Var name="teleport.example.com" /> --user=<Var name="[email protected]" /> | ||
``` | ||
|
||
- (!docs/pages/includes/tctl.mdx!) | ||
- The Teleport Database Service configured to access a database. See one of our | ||
[guides](../enroll-resources/database-access/guides/guides.mdx) for how to set up the Teleport | ||
Database Service for your database. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters