askvity

How do I close telnet?

Published in Telnet Closing 1 min read

To close a telnet connection, follow these steps:

If you're connected to a server via telnet on Windows, macOS, or Linux, first return to the telnet prompt:

  1. Press Ctrl + ]. This action will bring you back to the telnet prompt.

  2. Then, at the telnet prompt, type one of the following commands and press Enter:

    • close
    • quit
    • q

Any of these commands will terminate the telnet session. (Reference date: 02-Feb-2024)

Related Articles