Skip to content
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
1 change: 1 addition & 0 deletions docs/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"MAINPID",
"MDAs",
"MGET",
"Minidriver",
"MYDNS",
"MYELB",
"MYIP",
Expand Down
4 changes: 4 additions & 0 deletions docs/pages/access-controls/guides/hardware-key-support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ like `tctl edit`. With touch required, hardware key support provides better secu
so we recommend only using one PIV application at a time.
</Admonition>

- Install a smart card driver for you operating system. Teleport clients will connect to your YubiKey through the smart card driver to generate keys and perform cryptographic operations.
- MacOS and Windows both ship with smart card drivers.
- If you run into problems on Windows, try the official [YubiKey Smart Card Minidriver](https://www.yubico.com/support/download/smart-card-drivers-tools/).
- On Linux distributions, download the [YubiKey Manager or Yubico PIV tool](https://www.yubico.com/support/download/smart-card-drivers-tools/), which both include the Linux smart card driver as a dependency.
- (!docs/pages/includes/tctl.mdx!)

## Step 1/2. Enforce hardware key support
Expand Down