> 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/rdm/it/ribbon-menu-bar/tools/ssh-key-agent.md).

# Agente delle chiavi SSH

L'SSH Key Agent viene utilizzato per conservare in memoria tutte le sue chiavi SSH, già decodificate e pronte per essere utilizzate. Ha lo stesso uso che Pageant (SSH Key Manager) ha per Putty, con la differenza che l'SSH Key Agent viene utilizzato con Remote Desktop Manager.

L'SSH Key Agent si trova sotto ***Tools*** nella barra multifunzione di Remote Desktop Manager.

{% tabs %}
{% tab title="Windows" %}
![](https://cdnweb.devolutions.net/docs/RDMW6075_2025_1.png)

{% hint style="info" %}
Consulti [SSH Key Manager (Local)](/rdm/it/ribbon-menu-bar/tools/ssh-key-manager-local.md) per scoprire come centralizzare la gestione delle chiavi SSH locali.
{% endhint %}

### Impostazioni

1. Aprendo l'***SSH Key Agent*** , noterà in basso a sinistra che l'agente non è in esecuzione. Dovrà fare clic su ***Start Agent***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6071_2024_3.png" alt=""><figcaption></figcaption></figure>
2. Faccia clic su ***Add key*** e selezioni il file per aprire la sua chiave SSH.<br>

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6072_2024_3.png" alt=""><figcaption></figcaption></figure>
3. Tutte le chiavi SSH aggiunte appariranno nel suo ***SSH Key Agent***.
4. Selezioni una sessione SSH e apra le sue proprietà.
5. Vada alla scheda ***General***, inserisca un ***Username*** e lasci vuoto il campo ***Password***.<br>

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6070_2024_3.png" alt=""><figcaption></figcaption></figure>
6. Nella scheda ***SSH key*** della sua sessione SSH Shell, lasci l'opzione ***Private Key*** su ***No Private Key***.<br>

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6069_2024_3.png" alt=""><figcaption></figcaption></figure>
7. Nella scheda ***Advanced*** della sua sessione SSH Shell, attivi l'opzione ***Use SSH authentication agent***. L'opzione ***Use SSH authentication agent*** recupera automaticamente le informazioni della chiave SSH conservata nel suo SSH Key Agent.

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

#### Gestione delle credenziali della chiave SSH

Quando crea una nuova ***SSH key entry*** in Remote Desktop Manager, ha la possibilità di caricarla automaticamente nel suo ***SSH Key Agent***.

1. Selezioni ***Add New Entry – Credential Management – SSH key***.<br>

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6067_2024_3.png" alt=""><figcaption></figcaption></figure>
2. Selezioni **Generate new SSH key, Import SSH key** o **Link local SSH.**

   ![](https://cdnweb.devolutions.net/docs/RDMW6073_2025_1.png)
3. Si apre la finestra ***Add SSH Key***.
4. Vada alla scheda ***SSH key agent***.
5. Attivi l'impostazione ***Automatically load to SSH key agent***.<br>

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW6068_2024_3.png" alt=""><figcaption></figcaption></figure>
6. Faccia clic su ***Add*** per salvare e chiudere la finestra.
   {% endtab %}

{% tab title="macOS" %}
![](https://cdnweb.devolutions.net/docs/RDMM6038_2025_1.png)

### Impostazioni

1. Aprendo l'***SSH key agent*** , noterà in basso a sinistra che l'agente non è in esecuzione. Dovrà fare clic su ***Start Agent***.

   ![](https://cdnweb.devolutions.net/docs/RDMM6039_2025_1.png)
2. Faccia clic su ***Add key*** e selezioni il file per aprire la sua chiave SSH.
3. Tutte le chiavi SSH aggiunte appariranno nel suo ***SSH key agent***.
4. Selezioni una sessione SSH e apra le sue proprietà.
5. Vada alla scheda ***General***, inserisca un ***Username*** e lasci vuoto il campo ***Password***.
6. Nella scheda ***SSH key*** della sua sessione SSH, lasci l'opzione ***Private Key type*** su ***No private key***.

   ![](https://cdnweb.devolutions.net/docs/RDMM6040_2025_1.png)
7. Nella scheda ***Advanced*** della sua sessione SSH, attivi l'opzione ***Use SSH authentication agent***. L'opzione ***Use SSH authentication agent*** recupera automaticamente le informazioni della chiave SSH conservata nel suo SSH key agent.

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

#### Gestione delle credenziali della chiave SSH

Quando crea una nuova ***SSH key entry*** in Remote Desktop Manager macOS, ha la possibilità di caricarla automaticamente nel suo ***SSH key agent***.

1. Selezioni ***Add New entry – Credential management – SSH key***.
2. Si apre la finestra ***Add SSH key***.
3. Vada alla scheda ***SSH key agent***.
4. Attivi l'impostazione ***Automatically load to SSH key agent***.
5. Faccia clic su ***Add*** per salvare e chiudere la finestra.
   {% endtab %}
   {% endtabs %}

#### Vedere anche

* [Devolutions Academy – Manage SSH key with SSH key agent in RDM](https://academy.devolutions.net/student/activity/2591723-manage-ssh-key-with-ssh-key-agent-in-rdm)


---

# 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/rdm/it/ribbon-menu-bar/tools/ssh-key-agent.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.
