> 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/actions/ssh.md).

# SSH

Esegua comandi del terminale SSH in Remote Desktop Manager, come cancellare lo scrollback, reimpostare il terminale, elevare la shell e inviare break.

Le azioni ***Commands*** di una sessione SSH consentono agli utenti di inserire automaticamente i comandi nel terminale della propria sessione.

### Impostazioni

<table><thead><tr><th width="215.60003662109375">OPZIONI</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Copy all to clipboard</strong></td><td>Copia l'intero contenuto del terminale negli appunti.</td></tr><tr><td><strong>Clear scrollback</strong></td><td>Cancella la visualizzazione a scorrimento che precede la riga corrente.</td></tr><tr><td><strong>Reset terminal</strong></td><td>Reimposta la connessione al terminale host.</td></tr><tr><td><strong>Send break</strong></td><td>Invia un comando di break al terminale, annullando le azioni in corso.</td></tr><tr><td><strong>Elevate shell</strong></td><td>Inserisce automaticamente la password nel terminale ed esegue il comando per abilitare la modalità root.</td></tr><tr><td><strong>Toggle toolbar visibility</strong></td><td>Nasconde o mostra la barra degli strumenti sopra l'area dei contenuti.</td></tr><tr><td><strong>Preserve formatting on copy</strong></td><td>Mantiene la formattazione del testo contenuto negli appunti.</td></tr><tr><td><strong>Log settings</strong></td><td>Apre la finestra <em><strong>Log settings</strong></em>, che consente all'utente di scegliere dove salvare i log e con quale modalità.</td></tr><tr><td><strong>Colors</strong></td><td>Apre la finestra <em><strong>Terminal colors</strong></em>, che consente all'utente di modificare la tavolozza dei colori del terminale SSH.</td></tr><tr><td><strong>Font</strong></td><td>Apre la finestra <em><strong>Terminal font</strong></em>, che consente all'utente di impostare il font del terminale SSH, la sua dimensione, lo stile, la qualità e il comportamento del grassetto.</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/actions/ssh.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.
