@@ -135,61 +135,19 @@ role or to that cluster must use their hardware key for all Teleport requests.
135
135
Affected users will be prompted to connect and touch their YubiKey to sign in.
136
136
The first time users sign in with their hardware key they might be required to immediately sign in again.
137
137
138
- <Tabs>
139
- <TabItem scope={["oss"]} label="Teleport Community Edition">
140
-
141
- ` ` ` code
142
- $ tsh login --user=dev --proxy=proxy.example.com:3080
143
- # Enter password for Teleport user dev:
144
- # Unmet private key policy "hardware_key_touch".
145
- # Relogging in with hardware-backed private key.
146
- # Enter password for Teleport user dev:
147
- # Tap your YubiKey
148
- # > Profile URL: https://example.com
149
- # Logged in as: dev
150
- # Cluster: example.com
151
- # ...
152
-
153
- ` ` `
154
-
155
- </TabItem>
156
-
157
- <TabItem scope={["enterprise"]} label="Teleport Enterprise">
158
-
159
138
` ` ` code
160
- $ tsh login --user=dev --proxy=proxy. example.com:3080
139
+ $ tsh login --user=dev --proxy=example.teleport.sh:443
161
140
# Enter password for Teleport user dev:
162
141
# Unmet private key policy "hardware_key_touch".
163
142
# Relogging in with hardware-backed private key.
164
143
# Enter password for Teleport user dev:
165
144
# Tap your YubiKey
166
- # > Profile URL: https://example.com
145
+ # > Profile URL: https://example.teleport.sh
167
146
# Logged in as: dev
168
- # Cluster: example.com
147
+ # Cluster: example.teleport.sh
169
148
# ...
170
149
` ` `
171
150
172
- </TabItem>
173
-
174
- <TabItem scope={["cloud"]} label="Teleport Enterprise">
175
-
176
- ` ` ` code
177
- $ tsh login --user=dev --proxy=proxy.example.com:3080
178
- # Enter password for Teleport user dev:
179
- # Unmet private key policy "hardware_key_touch".
180
- # Relogging in with hardware-backed private key.
181
- # Enter password for Teleport user dev:
182
- # Tap your YubiKey
183
- # > Profile URL: https://example.com
184
- # Logged in as: dev
185
- # Cluster: example.com
186
- # ...
187
- ` ` `
188
-
189
- </TabItem>
190
-
191
- </Tabs>
192
-
193
151
Affected users with existing sessions that aren't backed by a hardware key are prompted to sign in again
194
152
on their next request. For example :
195
153
@@ -199,9 +157,9 @@ $ tsh clusters
199
157
# Relogging in with hardware-backed private key.
200
158
# Enter password for Teleport user dev:
201
159
# Tap your YubiKey
202
- # Cluster Name Status Cluster Type Labels Selected
203
- # ----------- ------ ------------ ------ --------
204
- # example.com online root *
160
+ # Cluster Name Status Cluster Type Labels Selected
161
+ # ------------------- ------ ------------ ------ --------
162
+ # example.teleport.sh online root *
205
163
` ` `
206
164
207
165
# # Custom PIV setup
0 commit comments