Skip to content

Commit

Permalink
docs: update tctl references to include windows (#45059)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Martin <stevenmartin@Stevens-MBP.fios-router.home>
  • Loading branch information
stevenGravy and Steven Martin authored Aug 5, 2024
1 parent 2006349 commit f411ca0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions docs/pages/enroll-resources/server-access/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,25 +67,11 @@ that a user intends to access.
On your local workstation, create a join token so you can add the server to your
Teleport cluster:

<Tabs>
<TabItem label="Linux">

```code
Let's save the token to a file
$ tctl tokens add --type=node --format=text > token.file
```

</TabItem>
<TabItem label="macOS">

```code
Let's save the token to a file
$ tctl tokens add --type=node --format=text > token.file
```

</TabItem>
</Tabs>

`--type=node` specifies that the Teleport process will act and join as an SSH
server.

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ running Teleport on UNIX variants other than Linux \[1].
| - | - | - | - | - | - |
| Linux v2.6.23+ (RHEL/CentOS 7+, Amazon Linux 2+, Amazon Linux 2023+, Ubuntu 16.04+, Debian 9+, SLES 12 SP 5+, and SLES 15 SP 5+) \[3] | yes | yes | yes | yes | yes |
| macOS v10.15+ (Catalina)| yes | yes | yes | yes | yes |
| Windows 10+ (rev. 1607) \[4] | no | no | yes | yes | no |
| Windows 10+ (rev. 1607) \[4] | no | yes | yes | yes | no |

\[1] *Teleport is written in Go and many of these system requirements are due to the requirements
of the [Go toolchain](https://github.com/golang/go/wiki/MinimumRequirements)*.
Expand Down

0 comments on commit f411ca0

Please sign in to comment.