You must log in or # to comment.
I use telnet all the time. Not for a remote shell, though. I use to test whether I have an open route to a TCP port. It’s a great socket/firewall tester.
It’s also handy to see what’s on the other end (assuming it uses a human-readable text format like HTTP)
Yes! I’ll dump a HTTP request through it and see what turns up. Perfect for simple web server demos in class for students.

