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

# Telnet

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

<table><thead><tr><th width="251.60003662109375">OPTIONS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Tout copier dans le presse-papiers</strong></td><td>Copier tout le contenu du terminal dans le presse-papiers.</td></tr><tr><td><strong>Effacer le défilement</strong></td><td>Effacer l'affichage défilant qui précède la ligne actuelle.</td></tr><tr><td><strong>Réinitialiser le terminal</strong></td><td>Réinitialiser la connexion du terminal hôte.</td></tr><tr><td><strong>Envoyer une interruption</strong></td><td>Envoyer une commande d'interruption au terminal, ce qui annule les actions en cours.</td></tr><tr><td><strong>Élever le shell</strong></td><td>Saisir automatiquement votre mot de passe dans le terminal et exécuter la commande pour activer le mode racine.</td></tr><tr><td><strong>Activer/désactiver la visibilité de la barre d'outils</strong></td><td>Masquer ou afficher la barre d'outils au-dessus de la zone de contenu.</td></tr><tr><td><strong>Préserver la mise en forme à la copie</strong></td><td>Conserver la mise en forme du texte contenu dans le presse-papiers.</td></tr><tr><td><strong>Paramètres de journal</strong></td><td>Ouvrir la fenêtre<em><strong>Paramètres de journal</strong></em>, qui permet à l'utilisateur de choisir où enregistrer les journaux, et sous quel mode.</td></tr><tr><td><strong>Couleurs</strong></td><td>Ouvrir la fenêtre<em><strong>Couleurs du terminal</strong></em>, qui permet à l'utilisateur de modifier la palette de couleurs du terminal SSH.</td></tr><tr><td><strong>Police</strong></td><td>Ouvrir la fenêtre<em><strong>Police du terminal</strong></em>, qui permet à l'utilisateur de définir la police du terminal SSH, sa taille, son style, sa qualité et son comportement en gras.</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/fr/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.
