DEV Community

Cover image for How to end a telnet session (Linux, MAC, Windows)
Abubakar Hassan
Abubakar Hassan

Posted on

2 1

How to end a telnet session (Linux, MAC, Windows)

Hello there πŸ‘‹

Like me, you have started a telnet connection through the terminal and have no idea how to close it 🀣

If you currently don't have an active telnet connection, you can start one on the terminal by typing:

$ telnet address port
Enter fullscreen mode Exit fullscreen mode

To end your current telnet session you must reach the telnet prompt and type quit.

Here are the steps for doing so:

  1. Open the telnet prompt by holding down the 'Ctrl' key and push the ']' key. (prompt: telnet>)
  2. Type quit.
  3. Push the Enter key.

I hope this helped.

You're welcome πŸ’ͺ

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay