The environment:
- Standard Linux box
- Apache running on port 80
- SFTP running on port 22
- No other services running (well, telnet)
|
|
The environment:
|
|||
|
|
closed as belongs on serverfault.com by Mehrdad Afshari, Paul Tomblin, Blorgbeard, Adam Davis, Samuel Apr 17 at 0:32 |
|
|
No. Shut it down. Telnet should never be used, ever, in a modern environment. |
||
|
|
|
|
No, not as far as I can see. |
||
|
|
|
|
Telnet is a bad thing to have. It's insecure, unencrypted and highly exploited. |
||
|
|
|
|
You should run a netstat on your sever to find out what, if anything is listening on that port. |
||
|
|
|
|
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....). |
||
|
|
|
|
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. |
||
|
|