> 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/de/ribbon-menu-bar/actions/ssh.md).

# SSH

Die Aktionen unter ***Commands*** für eine SSH-Sitzung ermöglichen Benutzern, Befehle automatisch in das Terminal ihrer Sitzung einzugeben.

### Einstellungen

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

<table><thead><tr><th width="215.60003662109375">OPTIONEN</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>Copy all to clipboard</strong></td><td>Den gesamten Inhalt des Terminals in die Zwischenablage kopieren.</td></tr><tr><td><strong>Clear scrollback</strong></td><td>Die scrollende Anzeige löschen, die der aktuellen Zeile vorangeht.</td></tr><tr><td><strong>Reset terminal</strong></td><td>Die Terminalverbindung zum Host zurücksetzen.</td></tr><tr><td><strong>Send break</strong></td><td>Einen Break-Befehl an das Terminal senden, um laufende Aktionen abzubrechen.</td></tr><tr><td><strong>Elevate shell</strong></td><td>Ihr Passwort automatisch in das Terminal eingeben und den Befehl ausführen, um den Root-Modus zu aktivieren.</td></tr><tr><td><strong>Toggle toolbar visibility</strong></td><td>Die Symbolleiste oberhalb des Inhaltsbereichs ein- oder ausblenden.</td></tr><tr><td><strong>Preserve formatting on copy</strong></td><td>Die Formatierung des in der Zwischenablage enthaltenen Textes beibehalten.</td></tr><tr><td><strong>Log settings</strong></td><td>Öffnet das Fenster <em><strong>Log settings</strong></em>, in dem der Benutzer auswählen kann, wo Protokolle gespeichert werden und in welchem Modus.</td></tr><tr><td><strong>Colors</strong></td><td>Öffnet das Fenster <em><strong>Terminal colors</strong></em>, in dem der Benutzer die Farbpalette des SSH-Terminals ändern kann.</td></tr><tr><td><strong>Font</strong></td><td>Öffnet das Fenster <em><strong>Terminal font</strong></em>, in dem der Benutzer die Schriftart des SSH-Terminals, deren Größe, Stil, Qualität und Fettdarstellung festlegen kann.</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/de/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.
