Files
authentik/website/docs/endpoint-devices/authentik-agent/device-authentication/index.mdx
Dewi Roberts 233377e86c website/docs: endpoint/devices: add authentik version tags (#20144)
* Add version tags to all endpoint device docs

* Removed +
2026-02-10 17:15:18 +00:00

20 lines
780 B
Plaintext

---
title: Device authentication
sidebar_label: Device authentication
authentik_version: "2025.12.0"
---
import DocCardList from "@theme/DocCardList";
The [authentik Agent](../index.mdx) supports multiple types of authentication and authorization using authentik credentials:
- [Local device login](./local-device-login/index.mdx) - Log in to Windows endpoint devices.
- [SSH authentication](./ssh-authentication.mdx) - Connect from one endpoint device to another via SSH.
- [Authenticate CLI applications](./cli-app-authentication/index.mdx) - Authenticate CLI based applications like `aws` and `kubectl`.
[Device access groups](./device-access-groups.mdx) allow you to control which users have access to a device.
For more information, pick a topic below:
<DocCardList />