> For the complete documentation index, see [llms.txt](https://docs.1kosmos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1kosmos.com/authentication/passwordless-for-linux-ssh/authentication-methods.md).

# Authentication Methods

***

### Push Notification

The push notification is sent to the 1Kosmos mobile app. The user must have their account enrolled and the app installed.

**Number Challenge** (available from v1.09.08) adds an extra layer of security against push bombing. When enabled, a number is displayed on the SSH login screen and the user must tap the matching number in the app instead of simply approving.

To enable number challenge, turn on **Enable number challenge on all push notification requests** under **Authentication > Passwordless Login > Passwordless Login using 1Kosmos App** in AdminX. Requires Linux SSH MFA v1.09.08 or later.

| Behavior      | Number Challenge Enabled                          | Number Challenge Disabled           |
| ------------- | ------------------------------------------------- | ----------------------------------- |
| SSH screen    | Shows a number to match                           | Standard push prompt                |
| Mobile screen | Shows three number options to select from         | Shows "Yes, it's me" consent screen |
| User action   | Tap the correct number; wrong number cancels auth | Tap "Yes, it's me" to approve       |

### OTP (App-Based)

SSH into the host, then open the 1Kosmos mobile app and note the six-digit **Workstation OTP** (swipe left if not visible). Enter the OTP at the prompt and press Enter.

### QR Code

SSH into the host and select the QR option from the authentication menu. Scan the QR code using the 1Kosmos mobile app, approve the request, then press Enter to complete login.

### Password + OTP + Push Notification

This is a three-factor flow:

1. SSH into the host and enter the six-digit OTP from the 1Kosmos app
2. On successful OTP validation, a push notification is sent to your enrolled device
3. Approve the push notification using your biometrics
4. Enter your 1Kosmos user password at the final prompt

Once all three factors are verified, you are logged in.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.1kosmos.com/authentication/passwordless-for-linux-ssh/authentication-methods.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
