> 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-manager-local.md).

# Gestore delle chiavi SSH (locale)

Il gestore di chiavi SSH (locale) è uno strumento progettato per semplificare e centralizzare la gestione delle chiavi SSH locali. Si trova nella barra multifunzione di Remote Desktop Manager sotto ***Strumenti***.

{% hint style="info" %}
Per maggiori informazioni sull'agente di chiavi SSH, [clicchi qui](/rdm/it/ribbon-menu-bar/tools/ssh-key-agent.md).
{% endhint %}

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

#### Impostazioni

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

<table><thead><tr><th width="233">IMPOSTAZIONI</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><em><strong>Copia chiave pubblica</strong></em></td><td>Copia il contenuto della chiave pubblica negli appunti.</td></tr><tr><td><em><strong>Generatore di chiavi SSH</strong></em></td><td>Genera una chiave SSH.</td></tr><tr><td><em><strong>Dettagli</strong></em></td><td>Visualizza una panoramica della chiave SSH.</td></tr><tr><td><em><strong>Nome</strong></em></td><td>L'identificatore o l'etichetta di ogni chiave.</td></tr><tr><td><em><strong>Commento</strong></em></td><td>Questo campo può includere commenti associati a ogni chiave.</td></tr><tr><td><em><strong>Algoritmo</strong></em></td><td>L'algoritmo di crittografia utilizzato per la chiave.</td></tr><tr><td><em><strong>Formato</strong></em></td><td>Il formato del file della chiave.</td></tr><tr><td><em><strong>Chiave privata</strong></em></td><td>Visualizza se è disponibile un file di chiave privata.</td></tr><tr><td><em><strong>La chiave è crittografata</strong></em></td><td>Mostra se la chiave privata è protetta da passphrase.</td></tr><tr><td><em><strong>Dimensione della chiave</strong></em></td><td>La dimensione della chiave di crittografia.</td></tr><tr><td><em><strong>Chiave pubblica</strong></em></td><td>Il file di chiave pubblica associato a ogni voce.</td></tr><tr><td><em><strong>Data di creazione</strong></em></td><td>La data e l'ora di creazione di ogni chiave.</td></tr><tr><td><em><strong>Impronta digitale (MD5)</strong></em></td><td>L'impronta digitale MD5 di ogni chiave.</td></tr><tr><td><em><strong>Impronta digitale (SHA-1)</strong></em></td><td>L'impronta digitale SHA-1 di ogni chiave.</td></tr><tr><td><em><strong>Impronta digitale (SHA-256)</strong></em></td><td>L'impronta digitale SHA-256 di ogni chiave.</td></tr><tr><td><em><strong>Categoria</strong></em></td><td>La categoria della chiave SSH (<em><strong>Pubblica</strong></em> o <em><strong>Privata</strong></em>).</td></tr></tbody></table>

La sezione di riepilogo in basso a sinistra fornisce una panoramica delle chiavi.

<table><thead><tr><th width="144">IMPOSTAZIONI</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><em><strong>Totale</strong></em></td><td>Il numero totale di chiavi gestite.</td></tr><tr><td><em><strong>Non sicure</strong></em></td><td>Visualizza il numero di chiavi non protette (chiavi SSH senza crittografia).</td></tr><tr><td><em><strong>Vulnerabili</strong></em></td><td>Indica se alcune chiavi SSH sono vulnerabili.</td></tr></tbody></table>


---

# 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-manager-local.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.
