💻 Software
Closing telnet connection gracefully from session mode itself without going to telnet prompt
Fresh5 days ago
Mar 15, 202677088 viewsConfidence Score0%
0%
Problem
a normal telnet connection is like this: I want to close it from telnet session itself without coming to telnet prompt by pressing. My requirement is that if i press some control character from telnet session itself like CTRL+A so it will come out of session and close it automatically. something li…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Closing telnet connection gracefully from session mode itself without going to telnet prompt
Low Risk
No, the client (I'm guessing you are asking about the Linux one) only supports one escape character, Ctrl] ( ). If you are just using to make arbitrary TCP connections, consider using or instead; these can be interrupted by simply pressing CtrlC.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix