> 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/es/knowledge-base/how-to-articles/record-an-ssh-session-as-a-trp-file.md).

# Grabar una sesión SSH como fichero TRP

En contextos de soporte o auditoría, grabar sesiones SSH puede aportar información crítica sobre la actividad del terminal. La función de grabación de sesiones de Devolutions permite capturar y almacenar estas sesiones en formato `.trp` para su reproducción y revisión.

### Solución

Siga estos pasos para generar una grabación Terminal Playback (`.trp`).

#### Configurar la grabación de sesiones en las propiedades SSH

1. Abra las propiedades de la sesión SSH.
2. Vaya a la sección ***Properties*** – ***Security*** – ***Session recording***.
3. Establezca el ***Mode*** según sea necesario.
4. Seleccione su ***Destination*** para almacenar las grabaciones (por ejemplo, ruta local, servidor centralizado).
5. Haga clic en ***Save***.

#### Establecer el tipo de grabación del sistema en .TRP

1. Vaya a la pestaña ***Administration*** en Remote Desktop Manager Windows.
2. Haga clic en ***System settings***.
3. Vaya a la sección ***Properties*** – ***Security*** – ***Session recording***.
4. Localice la configuración ***SSH recording type*** y establézcala en ***Terminal playback (.TRP)***. Ajústela si es necesario.

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

Una vez configurado, todas las sesiones SSH grabadas se guardarán como ficheros `.trp`, que se pueden reproducir para revisión o comprobaciones de cumplimiento normativo mediante las herramientas Terminal Playback de Devolutions ubicadas en ***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/es/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.
