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

# Avviare una sessione SSH in un client web

Avvii una sessione SSH direttamente dal suo browser web preferito tramite l'interfaccia web di Devolutions Server o Devolutions Cloud.

### Requisiti

Per utilizzare questa funzionalità, devono essere soddisfatti alcuni requisiti, ovvero:

* Windows 10 o 11.
* [Devolutions Gateway](/gateway/it/getting-started/devolutions-server/devolutions-gateway-configuration-with-devolutions-server.md) versione 2023.1 o successiva.
* [Devolutions Server](https://docs.devolutions.net/server/it/getting-started/installation/devolutions-server-upgrade) versione 2023.1 o successiva.
* Deve essere creata una voce [sessione terminale SSH](https://docs.devolutions.net/rdm/it/knowledge-base/knowledge-base-articles/entry-settings/ssh-terminal) con un tipo di VPN Devolutions Gateway configurato.
* All'utente che avvia la sessione deve essere assegnata una licenza Remote Desktop Manager o Devolutions Launcher.

### Voci di sessione supportate

Altri tipi di sessione possono essere avviati tramite l'interfaccia web di Devolutions Server:

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

### Configurazione della sessione terminale SSH

Segua i passaggi seguenti per configurare correttamente la sua sessione terminale SSH e avviarla in un browser:

{% hint style="info" %}
I passaggi seguenti presuppongono che disponga già di una voce sessione terminale SSH. Se non l'ha ancora creata e desidera sapere come fare, consulti [Creare voci manualmente](https://docs.devolutions.net/server/it/web-interface/vaults/entries/create-entries-manually).
{% endhint %}

1. Nell'interfaccia web di Devolutions Server, vada alle ***Proprietà...*** della sua voce terminale SSH.
2. Nella sezione ***VPN/Tunnel/Gateway***, selezioni ***Devolutions Gateway*** nell'elenco a discesa ***Tipo di VPN***.

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

3. Nel menu a discesa ***Connetti***, selezioni ***Connetti sempre***.

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

4. In ***Impostazioni***, selezioni il Gateway da utilizzare per questa connessione, quindi clicchi su ***Verifica stato*** per assicurarsi che il Gateway sia funzionante. La sua versione deve essere 2023.1 o successiva affinché ciò funzioni. Clicchi su ***Aggiorna*** per salvare le modifiche.

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

5. Una volta soddisfatte tutte le condizioni, può premere il pulsante ***Apri nel client web***.

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

### Vedere anche

* [Avviare una sessione RDP in un client web](/gateway/it/knowledge-base/how-to-articles/launch-an-rdp-session-in-a-web-client.md)
* [Opzioni della voce terminale SSH](https://docs.devolutions.net/rdm/it/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/it/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.
