> 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/record-an-ssh-session-as-a-trp-file.md).

# Registrare una sessione SSH come file TRP

Nei contesti di supporto o di audit, la registrazione delle sessioni SSH può fornire informazioni critiche sull'attività del terminale. La funzionalità di registrazione delle sessioni di Devolutions consente di acquisire e archiviare queste sessioni in formato `.trp` per la riproduzione e la revisione.

### Soluzione

Segua questi passaggi per generare una registrazione Terminal Playback (`.trp`).

#### Configurare la registrazione delle sessioni nelle proprietà SSH

1. Apra le proprietà della sessione SSH.
2. Vada alla sezione ***Properties*** – ***Security*** – ***Session recording***.
3. Imposti la ***Mode*** come necessario.
4. Selezioni la ***Destination*** per l'archiviazione delle registrazioni (ad esempio, percorso locale, server centralizzato).
5. Clicchi su ***Save***.

#### Impostare il tipo di registrazione di sistema su .TRP

1. Vada alla scheda ***Administration*** in Remote Desktop Manager Windows.
2. Clicchi su ***System settings***.
3. Vada alla sezione ***Properties*** – ***Security*** – ***Session recording***.
4. Individui l'impostazione ***SSH recording type*** e la imposti su ***Terminal playback (.TRP)***. La modifichi se necessario.

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

Una volta configurato, tutte le sessioni SSH registrate verranno salvate come file `.trp`, che possono essere riprodotti per la revisione o per i controlli di conformità utilizzando gli strumenti Terminal Playback di Devolutions disponibili in ***Tools*** – ***More tools*** – ***Terminal Playback (TRP/CAST)***.

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


---

# 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/record-an-ssh-session-as-a-trp-file.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.
