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

# Provider utente SSH locale

Il provider ***Utente SSH locale*** consente a Devolutions Cloud di archiviare le credenziali dell'account locale SSH da utilizzare per il rilevamento degli account SSH o per effettuare la rotazione delle password.

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

### Generale

| IMPOSTAZIONI                | DESCRIZIONE                                                                                                                                                                                                                                                                     |
| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Nome**                    | Nome visualizzato del provider.                                                                                                                                                                                                                                                 |
| **Descrizione**             | Descrizione facoltativa del provider.                                                                                                                                                                                                                                           |
| **Host**                    | Indirizzo IP o nome host in cui si trovano gli account SSH.                                                                                                                                                                                                                     |
| **Porta**                   | Imposti il numero di porta utilizzato per comunicare con l'host.                                                                                                                                                                                                                |
| **Timeout (sec)**           | Imposti un timeout per la comunicazione con l'host.                                                                                                                                                                                                                             |
| **Usa Devolutions Gateway** | Scelga un Devolutions Devolutions Gateway dal suo elenco. Richiede che Devolutions Gateway sia [installato e configurato](https://docs.devolutions.net/gateway/it/getting-started/devolutions-cloud/devolutions-gateway-configuration-in-remote-desktop-manager) in precedenza. |
| **Nome utente**             | Nome utente dell'account SSH.                                                                                                                                                                                                                                                   |
| **Password**                | Password dell'account SSH.                                                                                                                                                                                                                                                      |
| **Testa connessione**       | Esegua un ping per verificare se la connessione funziona o meno.                                                                                                                                                                                                                |

### Criterio di check-out

| IMPOSTAZIONI                                        | DESCRIZIONE                                                                                                                                                                                                               |
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Modalità del criterio di check-out**              | <p>Scelga una modalità del criterio di check-out tra:</p><ul><li><em><strong>Predefinita (ereditata)</strong></em></li><li><em><strong>Ereditata</strong></em></li><li><em><strong>Personalizzata</strong></em></li></ul> |
| **Modalità di check-out**                           | Scelga se i check-out sono obbligatori o meno. Ciò equivale ad attivare/disattivare i check-out.                                                                                                                          |
| **Modalità di approvazione**                        | Determini se i check-out richiedono un'approvazione o meno.                                                                                                                                                               |
| **Gli utenti possono approvare i propri check-out** | Determini se gli utenti possono approvare le proprie richieste di check-out o se necessitano dell'approvazione di un amministratore.                                                                                      |
| **Motivo del check-out**                            | Obblighi gli utenti ad aggiungere un motivo nelle richieste di check-out.                                                                                                                                                 |
| **Tempo di check-out (minuti)**                     | Imposti il tempo di check-out preciso per tutti gli utenti, in minuti.                                                                                                                                                    |
| **Tempo massimo di check-out (minuti)**             | Imposti il tempo massimo di check-out, ma lasci agli utenti la possibilità di specificare le proprie esigenze per ogni richiesta.                                                                                         |

### Criterio del ciclo di vita dell'account

| IMPOSTAZIONI                              | DESCRIZIONE                                                                                                                                                                                                               |
| ----------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Criterio delle password**               | Scelga un [criterio delle password](https://docs.devolutions.net/cloud/it/web-interface/administration/management/password-policies) precedentemente configurato in ***Amministrazione*** – ***Criteri delle password***. |
| **Pianificazione della sincronizzazione** | Imposti una data e un'ora per la sincronizzazione automatica tra il provider e i suoi utenti/gruppi di utenti.                                                                                                            |


---

# 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/it/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.
