|
|
|
|
|
by benterix
621 days ago
|
|
No, it's no longer practical for any purpose. I mostly use openssl instead, e.g. for testing if my SMTP server is up and has a valid cert: openssl s_client -connect myhost.com:25 -starttls smtp Telnet stopped being useful a long time ago, is no longer shipped by default, and there are better tools to do things it was used for decades ago. |
|