View Full Version : [SOLVED] telnet localhost without port failed
yanny
March 4th, 2008, 11:53 AM
Is it normal that it fails when I type:
telnet localhost
Because when I type telnet localhost 25 I can connect to localhost.localdomain.
charles_s45
March 4th, 2008, 12:43 PM
Yes, that is normal. port 25 is used for email (SMTP). Telnet uses port 23. You must have telnetd running if you want to be able to telnet to your machine.
Oldsoldier2003
March 4th, 2008, 01:53 PM
Yes, that is normal. port 25 is used for email (SMTP). Telnet uses port 23. You must have telnetd running if you want to be able to telnet to your machine.
To the OP:
Telnet is bad, use SSH instead. Telnet sends passwords in clear text.
yanny
March 4th, 2008, 02:26 PM
Ok, thanks!
So telnet to localhost is not neccessary at all?
Oldsoldier2003
March 4th, 2008, 02:47 PM
Ok, thanks!
So telnet to localhost is not neccessary at all?
I don't see why you would want to open a telnet session to the local host when you could just open a terminal, so yes i would say telnet isn't needed, nor would SSH be needed unless you wanted to remotely access that machine from another.
vBulletin® v3.8.1, Copyright ©2000-2009, Jelsoft Enterprises Ltd.