Telnet Security Problem?

JACKHAMMER

Platinum Member
Oct 9, 1999
2,870
0
76
My ISP has always had shell access (through telnet or SSH). They have just recently dropped telnet access and now only SSH is allowed. Which royally pisses me offf b/c every PC has telnet, not SSH. They sighted security reasons fo doing so. I believe it is becasue telnet sends user/pass as plain text. Anybody have any info on this?????
 

Emulex

Diamond Member
Jan 28, 2001
9,759
1
71
Due to a recent *bsd telnetd root exploit (i have the exploit, pretty sophisticated), I had to remove telnetd on all my boxens' at work.

Besides, telnet is archaic. Its clear-text password transmission, anyone sniffing can easily see your login/pw and further transmissions.

SSH is the responsible way to telnet it. Putty is a free ssh client for windows and 10x better than telnet. Its 100% free, just get it and use it :).

 

perry

Diamond Member
Apr 7, 2000
4,018
1
0
Yea, telnet sends everything as plain text. If you have three computers in a little local network on a hub telnet from one to the other and run a network sniffer on the third. You can watch the user/pass go right on through, and bingo -- you're in.
 

Soybomb

Diamond Member
Jun 30, 2000
9,506
2
81
SSH is the standard in the unix world, windows people are just used to telnet and not ssh because ms is too boneheaded to include a ssh client. Its a major pain in the ass, but your isp is right, its for the best. Clear text passwords and plenty of exploits make ssh a way better choice.