> 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-server/providers/managed-providers/ssh-key-provider.md).

# Provider chiave SSH

I provider gestiti per chiavi SSH vengono utilizzati per archiviare in modo sicuro le chiavi SSH, che possono poi essere usate per il rilevamento degli account o per ottenere la rotazione delle password. Queste chiavi SSH sono accessibili da Remote Desktop Manager per varie voci e sessioni SSH.

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

### Generale

| OPZIONE         | DESCRIZIONE                           |
| --------------- | ------------------------------------- |
| **Nome**        | Nome visualizzato del provider.       |
| **Descrizione** | Descrizione facoltativa del provider. |

### Host

| OPZIONE           | DESCRIZIONE                                                      |
| ----------------- | ---------------------------------------------------------------- |
| **Host**          | Indirizzo IP o nome host in cui si trova la chiave SSH.          |
| **Porta**         | Imposti il numero di porta utilizzato per comunicare con l'host. |
| **Timeout (sec)** | Imposti un timeout per la comunicazione con l'host.              |

### Credenziali

| OPZIONE                 | DESCRIZIONE                                                             |
| ----------------------- | ----------------------------------------------------------------------- |
| **Tipo di credenziale** | Opzione ***Credenziale personalizzata*** o ***Credenziale collegata***. |
| **Nome utente**         | Nome utente dell'account della chiave SSH.                              |
| **Password**            | Password dell'account della chiave SSH.                                 |

### Vedi anche

* [Devolutions Academy – Centralize SSH key rotation with Devolutions PAM](https://academy.devolutions.net/student/activity/3039494-centralize-ssh-key-rotation-with-devolutions-pam)


---

# 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-server/providers/managed-providers/ssh-key-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.
