> 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/use-the-command-palette-in-ssh-sessions.md).

# Usare la palette dei comandi nelle sessioni SSH

La palette dei comandi nelle sessioni SSH offre un metodo pratico per eseguire comandi da terminale. Questi comandi da terminale sono memorizzati come ***voci Terminal command*** e possono essere creati in una cassaforte condivisa, utente o di sistema.

### Selezionare la cassaforte

Scelga la cassaforte appropriata in cui salvare la voce Terminal command.

1. [***Cassaforte*** ***condivisa***](/rdm/it/user-interface/content-area/vault-access-in-remote-desktop-manager.md#configure-vault-visibility): le voci Terminal command salvate qui saranno accessibili da qualsiasi sessione SSH in una cassaforte condivisa e includeranno anche le voci Terminal command della cassaforte di sistema.
2. [***Cassaforte*** ***utente***](https://docs.devolutions.net/rdm/it/user-interface/navigation-pane/user-vault?tab=windows): le voci Terminal command salvate qui sono personali e accessibili solo dalle sessioni SSH nella cassaforte utente. Inoltre, se l'opzione ***Consenti cassaforte di sistema nella cassaforte utente*** è abilitata (***barra multifunzione di Remote Desktop Manager*** – ***Amministrazione*** – ***Impostazioni di sistema*** – ***cassaforte utente***), saranno disponibili anche le voci Terminal command della cassaforte di sistema.

   ![](https://cdnweb.devolutions.net/docs/RDMW6092_2024_3.png)
3. [***Cassaforte*** ***di sistema***](/rdm/it/ribbon-menu-bar/view/system-vault.md): le voci Terminal command salvate qui sono accessibili a livello globale agli amministratori.

#### Creare una voce Terminal command

1. Aggiunga una nuova voce in Remote Desktop Manager.
2. Selezioni Terminal command nella sezione ***Macro/Script/Tool***.
3. Configuri la voce Terminal command.
4. Clicchi su Aggiungi per salvare la voce.

#### Accedere ai comandi Terminal tramite la palette dei comandi

1. Apra una sessione SSH in Remote Desktop Manager.
2. Utilizzi il pulsante ***Esegui*** ***comando dalla palette***.

   ![](https://cdnweb.devolutions.net/docs/RDMW6095_2025_3.png)
3. Si apre la finestra ***Esegui*** ***comando dalla palette***.
4. Inserisca il nome della voce Terminal command nel campo di ricerca.

   ![](https://cdnweb.devolutions.net/docs/RDMW6091_2024_3.png)
5. Clicchi sul comando per eseguirlo nella sessione SSH.


---

# 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/use-the-command-palette-in-ssh-sessions.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.
