diff --git a/docs/pages/desktop-access/getting-started.mdx b/docs/pages/desktop-access/getting-started.mdx index 3f3feb07e9ab1..2189757bfa025 100644 --- a/docs/pages/desktop-access/getting-started.mdx +++ b/docs/pages/desktop-access/getting-started.mdx @@ -50,7 +50,7 @@ Export the Teleport user certificate authority by running the following from `cmd.exe` on your Windows system: ```code -$ curl 'https://teleport-proxy.example.com:443/webapi/auth/export?type=windows' > teleport.cer +$ curl -o teleport.cer 'https://teleport-proxy.example.com:443/webapi/auth/export?type=windows' ``` @@ -70,8 +70,8 @@ following command: From the Windows system, download the [Teleport Windows Auth Setup](https://cdn.teleport.dev/teleport-windows-auth-setup-v(=teleport.version=)-amd64.exe). -Extract the `.exe` file from the archive and run it. When prompted, select the -Teleport certificate file from the previous step. Once complete, reboot the system. +Run the installer. When prompted, select the Teleport certificate file from the previous step. +Once complete, reboot the system. The Teleport Windows Auth Setup can be run in a shell environment with elevated diff --git a/docs/pages/get-started.mdx b/docs/pages/get-started.mdx index d07ea02d1f47f..ab9063169b96f 100644 --- a/docs/pages/get-started.mdx +++ b/docs/pages/get-started.mdx @@ -133,7 +133,7 @@ Visit the provided URL in order to create your Teleport user. If a user does not already exist, you can create it with `adduser ` or use [host user creation](./server-access/guides/host-user-creation.mdx). - + If you do not have the permission to create new users on the Linux host, run `tctl users add teleport $(whoami)` to explicitly allow Teleport to authenticate as the user that you have currently logged in as. @@ -178,7 +178,7 @@ Install `tsh` on your local workstation: ```code - $ curl -O teleport-v(=teleport.version=)-windows-amd64-bin.zip https://get.gravitational.com/teleport-v(=teleport.version=)-windows-amd64-bin.zip + $ curl -o teleport-v(=teleport.version=)-windows-amd64-bin.zip https://get.gravitational.com/teleport-v(=teleport.version=)-windows-amd64-bin.zip # Unzip the archive and move `tsh.exe` to your %PATH% ``` diff --git a/docs/pages/includes/install-windows.mdx b/docs/pages/includes/install-windows.mdx index 18300ab3bf170..603d159f97e50 100644 --- a/docs/pages/includes/install-windows.mdx +++ b/docs/pages/includes/install-windows.mdx @@ -11,7 +11,7 @@ To install `tsh` on Windows, run the following commands in PowerShell: # by default, so you need to convert it to a string $ [System.Text.Encoding]::UTF8.getstring($Resp.Content) # - $ curl -O teleport-v(=teleport.version=)-windows-amd64-bin.zip https://get.gravitational.com/teleport-v(=teleport.version=)-windows-amd64-bin.zip + $ curl -o teleport-v(=teleport.version=)-windows-amd64-bin.zip https://get.gravitational.com/teleport-v(=teleport.version=)-windows-amd64-bin.zip $ certUtil -hashfile teleport-v(=teleport.version=)-windows-amd64-bin.zip SHA256 # SHA256 hash of teleport-v(=teleport.version=)-windows-amd64-bin.zip: # diff --git a/docs/pages/installation.mdx b/docs/pages/installation.mdx index 5212be1ff35a5..1e09b3f5c82b3 100644 --- a/docs/pages/installation.mdx +++ b/docs/pages/installation.mdx @@ -148,7 +148,7 @@ chart. You can also fetch an installer via the command line: ```code - $ curl -O https://cdn.teleport.dev/teleport-(=teleport.version=).pkg + $ curl -o https://cdn.teleport.dev/teleport-(=teleport.version=).pkg # Installs on Macintosh HD $ sudo installer -pkg teleport-(=teleport.version=).pkg -target / # Password: