> 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/gateway/de/knowledge-base/how-to-articles/launch-an-ssh-session-in-a-web-client.md).

# Eine SSH-Sitzung in einem Web-Client starten

Starten Sie eine SSH-Sitzung direkt aus Ihrem bevorzugten Webbrowser über die Weboberfläche von Devolutions Server oder Devolutions Cloud.

### Anforderungen

Um diese Funktion zu nutzen, müssen bestimmte Anforderungen erfüllt sein, nämlich:

* Windows 10 oder 11.
* [Devolutions Gateway](/gateway/de/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server.md) Version 2023.1 oder höher.
* [Devolutions Server](https://docs.devolutions.net/server/de/getting-started/installation/devolutions-server-upgrade) Version 2023.1 oder höher.
* Ein Eintrag für eine [SSH-Terminal-Sitzung](https://docs.devolutions.net/rdm/de/knowledge-base/knowledge-base-articles/entry-settings/ssh-terminal) mit konfiguriertem VPN-Typ Devolutions Gateway muss erstellt werden.
* Dem Benutzer, der die Sitzung startet, muss eine Remote Desktop Manager- oder Devolutions Launcher-Lizenz zugewiesen sein.

### Unterstützte Sitzungseinträge

Andere Sitzungstypen können über die Weboberfläche von Devolutions Server gestartet werden:

* Active Directory
* Apple Remote Desktop (ARD)
* PowerShell (remote)
* [RDP (Microsoft Remote Desktop)](/gateway/de/knowledge-base/how-to-articles/launch-an-rdp-session-in-a-web-client.md)
* SSH-Terminal
* Telnet
* VNC

### Konfiguration der SSH-Terminal-Sitzung

Befolgen Sie die nachstehenden Schritte, um Ihre SSH-Terminal-Sitzung richtig zu konfigurieren, damit sie in einem Browser gestartet werden kann:

{% hint style="info" %}
Die nachstehenden Schritte setzen voraus, dass Sie bereits einen Eintrag für eine SSH-Terminal-Sitzung haben. Wenn Sie ihn noch nicht erstellt haben und erfahren möchten, wie das geht, siehe [Einträge manuell erstellen](https://docs.devolutions.net/server/de/web-interface/vaults/entries/create-entries-manually).
{% endhint %}

1. Gehen Sie in der Weboberfläche von Devolutions Server zu den ***Eigenschaften...*** Ihres SSH-Terminal-Eintrags.
2. Wählen Sie im Abschnitt ***VPN/Tunnel/Gateway*** in der Dropdown-Liste ***VPN-Typ*** die Option ***Devolutions Gateway*** aus.

<figure><img src="https://cdnweb.devolutions.net/docs/DVLS4191_2025_1.png" alt=""><figcaption></figcaption></figure>

3. Wählen Sie im Dropdown-Menü ***Verbinden*** die Option ***Immer verbinden*** aus.

<figure><img src="https://cdnweb.devolutions.net/docs/DVLS4192_2025_1.png" alt=""><figcaption></figcaption></figure>

4. Wählen Sie unter ***Einstellungen*** das Gateway aus, das für diese Verbindung verwendet werden soll, und klicken Sie dann auf ***Zustand prüfen***, um sicherzustellen, dass das Gateway funktionsfähig ist. Seine Version muss 2023.1 oder höher sein, damit dies funktioniert. Klicken Sie auf ***Aktualisieren***, um Ihre Änderungen zu speichern.

<figure><img src="https://cdnweb.devolutions.net/docs/DVLS4193_2025_1.png" alt=""><figcaption></figcaption></figure>

5. Sobald alle Bedingungen erfüllt sind, können Sie die Schaltfläche ***Im Webclient öffnen*** drücken.

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

### Siehe auch

* [Eine RDP-Sitzung in einem Webclient starten](/gateway/de/knowledge-base/how-to-articles/launch-an-rdp-session-in-a-web-client.md)
* [Optionen für SSH-Terminal-Einträge](https://docs.devolutions.net/rdm/de/knowledge-base/knowledge-base-articles/entry-settings/ssh-terminal)


---

# 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/gateway/de/knowledge-base/how-to-articles/launch-an-ssh-session-in-a-web-client.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.
