> 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/knowledge-base/how-to-articles/create-and-use-ssh-key-dashboard-entry.md).

# Creare e usare una voce dashboard chiave SSH

Le voci ***Dashboard chiave SSH*** di Remote Desktop Manager consentono agli utenti di modificare facilmente i file ***authorized\_keys*** sulle macchine remote, operazione necessaria per utilizzare le chiavi SSH pubbliche.

Argomenti correlati:

* [Chiave SSH](/rdm/it/concepts/intermediate-concepts/ssh-key.md)
* [Gestore agenti chiavi SSH](/rdm/it/ribbon-menu-bar/tools/ssh-key-agent.md)
* [Generatore di chiavi SSH](/rdm/it/ribbon-menu-bar/tools/ssh-key-generator.md)

### Configurazione

1. Crei una nuova voce e selezioni ***Dashboard chiave SSH*** in ***Gestione remota***.

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

2. Inserisca un ***Nome***, scelga una ***Cartella*** e imposti un ***Host*** insieme alle relative credenziali. Clicchi su ***Aggiungi***.

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

### Utilizzo

Oltre a fornire un elenco di tutte le chiavi SSH contenute nei file dell'host, le voci ***Dashboard chiave SSH*** consentono agli utenti di ***Creare***, ***Modificare***, ***Eliminare***, ***Abilitare***, ***Disabilitare***, importare chiavi SSH specifiche da file locali o recuperarle da casseforti collegate.

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

È inoltre possibile accedere alle dashboard delle chiavi SSH come strumenti remoti dalla scheda ***Macro/Script/Strumenti*** nelle voci ***SSH Terminal***, ***SSH Tunnel*** e ***SSH port forward***.

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

### Vedere anche

* [Devolutions Academy – Manage authorized keys with SSH Key dashboard entry](https://academy.devolutions.net/student/activity/2641873-manage-authorized-keys-with-ssh-key-dashboard-entry)


---

# 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/knowledge-base/how-to-articles/create-and-use-ssh-key-dashboard-entry.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.
