Why am I not able to telnet to a Windows server machine? Is it because the telnet server is not running there? A remote desktop connection works though.

Does a telnet server run by default on a Unix machine?

link|improve this question

6  
These days, a telnet server never runs by default. Everyone with any sense of security is using SSH. – grawity Aug 28 '10 at 9:53
feedback

3 Answers

up vote 4 down vote accepted

I believe telnet it is disabled by default - if the service is not installed you can add it through the add features screen.

Probably depends what unix you mean. I would think modern systems would use ssh instead.

link|improve this answer
feedback

By default, telnet is disabled in Windows 2008. You need to enable it before you can access it.

link|improve this answer
feedback

It's disabled by default. And btw. you shouldn't use telnet anymore. Use SSH or remote Desktop.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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