vote up 2 vote down star

The environment:

  • Standard Linux box
  • Apache running on port 80
  • SFTP running on port 22
  • No other services running (well, telnet)
flag

closed as belongs on serverfault.com by Mehrdad Afshari, Paul Tomblin, Blorgbeard, Adam Davis, Samuel Apr 17 at 0:32

6 Answers

vote up 8 vote down check

No. Shut it down. Telnet should never be used, ever, in a modern environment.

link|flag
vote up 0 vote down

No, not as far as I can see.

link|flag
vote up 4 vote down

Telnet is a bad thing to have. It's insecure, unencrypted and highly exploited.

link|flag
vote up 1 vote down

You should run a netstat on your sever to find out what, if anything is listening on that port.

link|flag
vote up 1 vote down

There's no good reason for telnet to be enabled on a server. Port 22, for SSH, 80/443 for the webserver.

I do tend to run Webmin (by default on :10000), but that's as much for safety's sake and it's not running all the time. Darned useful if you are upgrading SSH or its config or the firewall though, and manage to futz it up (because I have never, ever, done that....).

link|flag
vote up 0 vote down

You'll want to open port 23 and run telnet if you're a hacker who gained root access to the box through some other means. Makes running code on the box a lot easier later on.

But seriously, if telnet is running on the box it is a huge red flag - it may be so bad you'll want to flatten the box. Telnet is running because someone owned the box and it's their backdoor in now, or you were running in a horribly insecure mode and who knows if someone used that to get access to the box.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.