> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/pam-with-devolutions-server/providers/managed-providers/local-ssh-user-provider.md).

# Local SSH user provider

The ***Local SSH user*** provider allows Devolutions Server to store the SSH local account credentials to be used for SSH accounts discovery or to achieve password rotation.

![](https://cdnweb.devolutions.net/docs/DVLS4104_2024_3.png)

{% hint style="info" %}
The wheel group under Linux is traditionally used to control access to root privileges via the sudo system. Members of this group are authorized to elevate their privileges to those of the system administrator, or root, usually after being authenticated by their personal password.
{% endhint %}

### General

| Option      | Description                           |
| ----------- | ------------------------------------- |
| Name        | Display name of the provider.         |
| Description | Optional description of the provider. |

### Host

| Option        | Description                                                 |
| ------------- | ----------------------------------------------------------- |
| Host          | IP address or host name where the SSH accounts are located. |
| Port          | Set the port number used to communicate with the host.      |
| Timeout (sec) | Set a timeout for communication with the host.              |

### Credentials

| Option            | Description                                                 |
| ----------------- | ----------------------------------------------------------- |
| Credential type   | ***Custom credential*** or ***Linked credential*** options. |
| Username          | Username of the SSH account.                                |
| Password          | Password of the SSH account.                                |
| Linked credential | Credential directly linked to a PAM account.                |

### Actions

| Option                                    | Description                                                            |
| ----------------------------------------- | ---------------------------------------------------------------------- |
| Add PAM vault                             | Create a PAM vault with the provider's name if enabled.                |
| Add a new account discovery configuration | Will open the ***Account discovery configuration*** dialog if enabled. |

### Password settings

| Option                               | Description                                                                          |
| ------------------------------------ | ------------------------------------------------------------------------------------ |
| Password template used on generation | Password template used to generate the password during the reset password operation. |


---

# 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:

```
GET https://docs.devolutions.net/pam/pam-with-devolutions-server/providers/managed-providers/local-ssh-user-provider.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
