> 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/configure-a-secure-gateway.md).

# Configurare un gateway sicuro

La nuova integrazione jump le darà la possibilità di saltare attraverso una zona DMZ direttamente al suo server. Il requisito è un server SSH connesso alla sua rete e alla DMZ.

### Configurare il jump server

1. Crei una voce SSH Tunnel inserendo le informazioni del server SSH tramite il quale dobbiamo autenticarci per accedere alla zona DMZ (#1). Poi, in Outgoing Tunnel Settings, configuri la Mode su Dynamic e la Source su 127.0.0.1 (#2).
2. Una funzionalità utile del Secure Gateway è mantenere nascosta la finestra del Secure Gateway. Per farlo, vada alla scheda ***Avanzate*** e selezioni ***Nascondi quando la connessione ha esito positivo***.

Il jump server (Secure Gateway) è ora configurato e pronto all'uso.

### Configurare la sessione della macchina di destinazione

Supportiamo ***RDP, SSH Shell, SFTP, FTP, SCP*** e ***Sito web*** (voce di sessione) tramite la funzionalità ***Secure Gateway***.

La configurazione prevede due passaggi: il primo è la configurazione generale, il secondo è la configurazione del Secure Gateway. Potrà ripetere questo secondo passaggio per ogni sessione aggiuntiva che utilizza il Secure Gateway.

#### Configurazione generale

1. Configuri Host, Porta, Nome utente, Dominio e Password che si riferiscono alla sua sessione RDP (dimentichi la vecchia configurazione, non inserisca un IP localhost 127.0.0.1).

#### Configurazione del Secure Gateway

2. Da lì, vada su ***VPN/SSH/Gateway*** per la ***Configurazione del Secure Gateway***.
   1. Selezioni le opzioni ***Apri*** e ***Chiudi***, in base ai requisiti dell'azienda.
   2. ***Gruppo VPN*** può essere configurato come spiegato in [Configurare una VPN per più sessioni](/rdm/it/knowledge-base/how-to-articles/configure-a-vpn-for-multiple-sessions.md). Consigliamo vivamente di configurare il Gruppo VPN se molte sessioni RDP/Browser web utilizzano lo stesso Secure Gateway.
   3. Per ***Tipo*** selezioni ***Esistente – SSH***.
3. Nella scheda ***Impostazioni***, selezioni la voce SSH Secure Gateway e selezioni ***Usa tramite secure gateway***.
4. Il tempo di attesa per la sessione VPN può essere ridotto modificando il Ritardo. Di seguito il ritardo è impostato su 1 secondo.

Entrambe le sessioni sono configurate ed è pronto ad avviare la sessione RDP, tutto il resto verrà eseguito automaticamente da Remote Desktop Manager.


---

# 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/configure-a-secure-gateway.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.
