> 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/telnet.md).

# Telnet

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

<table><thead><tr><th width="251.60003662109375">OPCIONES</th><th>DESCRIPCIÓN</th></tr></thead><tbody><tr><td><strong>Copiar todo al portapapeles</strong></td><td>Copia todo el contenido del terminal al portapapeles.</td></tr><tr><td><strong>Borrar historial de desplazamiento</strong></td><td>Borra la visualización de desplazamiento que precede a la línea actual.</td></tr><tr><td><strong>Restablecer terminal</strong></td><td>Restablece la conexión del terminal del host.</td></tr><tr><td><strong>Enviar interrupción</strong></td><td>Envía un comando de interrupción al terminal, cancelando las acciones en curso.</td></tr><tr><td><strong>Elevar shell</strong></td><td>Introduce automáticamente su contraseña en el terminal y ejecuta el comando para activar el modo root.</td></tr><tr><td><strong>Alternar visibilidad de la barra de herramientas</strong></td><td>Oculta o muestra la barra de herramientas en la parte superior del área de contenido.</td></tr><tr><td><strong>Conservar el formato al copiar</strong></td><td>Mantiene 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/telnet.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.
