> 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/ribbon-menu-bar/actions/ssh.md).

# SSH

Las acciones de ***Comandos*** de una sesión SSH permiten a los usuarios introducir comandos automáticamente en el terminal de su sesión.

### Configuración

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

<table><thead><tr><th width="215.60003662109375">OPCIONES</th><th>DESCRIPCIÓN</th></tr></thead><tbody><tr><td><strong>Copiar todo al portapapeles</strong></td><td>Copiar todo el contenido del terminal al portapapeles.</td></tr><tr><td><strong>Borrar historial de desplazamiento</strong></td><td>Borrar la visualización de desplazamiento que precede a la línea actual.</td></tr><tr><td><strong>Restablecer terminal</strong></td><td>Restablecer la conexión del terminal host.</td></tr><tr><td><strong>Enviar interrupción</strong></td><td>Enviar un comando de interrupción al terminal, cancelando las acciones en curso.</td></tr><tr><td><strong>Elevar shell</strong></td><td>Introducir automáticamente su contraseña en el terminal y ejecutar el comando para habilitar el modo root.</td></tr><tr><td><strong>Alternar visibilidad de la barra de herramientas</strong></td><td>Ocultar o mostrar la barra de herramientas situada sobre el área de contenido.</td></tr><tr><td><strong>Conservar formato al copiar</strong></td><td>Mantener el formato del texto contenido en el portapapeles.</td></tr><tr><td><strong>Configuración de registros</strong></td><td>Abre la ventana <em><strong>Configuración de registros</strong></em>, que permite al usuario elegir dónde guardar los registros y en qué modo.</td></tr><tr><td><strong>Colores</strong></td><td>Abre la ventana <em><strong>Colores del terminal</strong></em>, que permite al usuario modificar la paleta de colores del terminal SSH.</td></tr><tr><td><strong>Fuente</strong></td><td>Abre la ventana <em><strong>Fuente del terminal</strong></em>, que permite al usuario establecer la fuente del terminal SSH, su tamaño, estilo, calidad y comportamiento de la negrita.</td></tr></tbody></table>


---

# 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/ribbon-menu-bar/actions/ssh.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.
