mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 09:57:31 +02:00
20 lines
780 B
Plaintext
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 />
|