> 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/de/pam-with-devolutions-cloud/providers/local-ssh-user-provider.md).

# Lokaler SSH-Benutzeranbieter

Konfigurieren Sie den Local SSH user-Provider in Devolutions Cloud, um SSH-Host-Anmeldeinformationen für die Kontenerkennung und die automatisierte Passwortrotation zu speichern.

Der Provider ***Local SSH user*** ermöglicht es Devolutions Cloud, die Anmeldeinformationen des lokalen SSH-Kontos zu speichern, die für die Erkennung von SSH-Konten oder für die Passwortrotation verwendet werden.

### Allgemein

| EINSTELLUNGEN               | BESCHREIBUNG                                                                                                                                                                                                                                                                           |
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Name**                    | Anzeigename des Providers.                                                                                                                                                                                                                                                             |
| **Description**             | Optionale Beschreibung des Providers.                                                                                                                                                                                                                                                  |
| **Host**                    | IP-Adresse oder Hostname, wo sich die SSH-Konten befinden.                                                                                                                                                                                                                             |
| **Port**                    | Legen Sie die Portnummer fest, die für die Kommunikation mit dem Host verwendet wird.                                                                                                                                                                                                  |
| **Timeout (sec)**           | Legen Sie ein Zeitlimit für die Kommunikation mit dem Host fest.                                                                                                                                                                                                                       |
| **Use Devolutions Gateway** | Wählen Sie ein Devolutions Devolutions Gateway aus Ihrer Liste. Erfordert, dass Devolutions Gateway zuvor [installiert und konfiguriert](https://docs.devolutions.net/gateway/de/getting-started/devolutions-cloud/devolutions-gateway-configuration-in-remote-desktop-manager) wurde. |
| **Username**                | Benutzername des SSH-Kontos.                                                                                                                                                                                                                                                           |
| **Password**                | Passwort des SSH-Kontos.                                                                                                                                                                                                                                                               |
| **Test connection**         | Pingen Sie, um zu überprüfen, ob die Verbindung funktioniert oder nicht.                                                                                                                                                                                                               |

### Auscheckrichtlinie

| EINSTELLUNGEN                            | BESCHREIBUNG                                                                                                                                                                                              |
| ---------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Checkout policy mode**                 | <p>Wählen Sie einen Auscheckrichtlinienmodus aus:</p><ul><li><em><strong>Default (inherited)</strong></em></li><li><em><strong>Inherited</strong></em></li><li><em><strong>Custom</strong></em></li></ul> |
| **Checkout mode**                        | Wählen Sie, ob Auscheckvorgänge obligatorisch sind oder nicht. Dies entspricht dem Ein-/Ausschalten der Auscheckvorgänge.                                                                                 |
| **Approval mode**                        | Legen Sie fest, ob Auscheckvorgänge eine Genehmigung erfordern oder nicht.                                                                                                                                |
| **Users can approve their own checkout** | Legen Sie fest, ob Benutzer ihre eigene Auscheckanfrage genehmigen können oder ob sie die Genehmigung eines Administrators benötigen.                                                                     |
| **Checkout reason**                      | Zwingen Sie Benutzer, einen Grund in Auscheckanfragen anzugeben.                                                                                                                                          |
| **Checkout time (minutes)**              | Legen Sie die genaue Auscheckzeit für alle Benutzer in Minuten fest.                                                                                                                                      |
| **Max checkout time (minutes)**          | Legen Sie die maximale Auscheckzeit fest, überlassen Sie es aber den Benutzern, ihren Bedarf für jede Anfrage anzugeben.                                                                                  |

### Kontolebenszyklusrichtlinie

| EINSTELLUNGEN                | BESCHREIBUNG                                                                                                                                                                                                              |
| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Password policy**          | Wählen Sie eine [Passwortrichtlinie](https://docs.devolutions.net/cloud/de/web-interface/administration/management/password-policies), die zuvor unter ***Administration*** – ***Password policies*** konfiguriert wurde. |
| **Synchronization schedule** | Legen Sie ein Datum und eine Uhrzeit für die automatische Synchronisierung zwischen dem Provider und seinen Benutzern/Benutzergruppen fest.                                                                               |


---

# 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.devolutions.net/pam/de/pam-with-devolutions-cloud/providers/local-ssh-user-provider.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.
