telnet info

allinone

New Member
Messages
227
Reaction score
0
Points
0
do any one tell me about telnet and its use, are there any working telnet sites
 

Smith6612

I ate all of the x10Pizza
Community Support
Messages
6,518
Reaction score
48
Points
48
You can use Telnet to get into devices like routers and modems and configure them for what I've heard.
 

TechAsh

Retired
Messages
5,853
Reaction score
7
Points
38
Telnet is sort of like an older and less secure version of SSH. There are very few things which still use it, but as Smith6612 said some routers and modems support it (Mainly the older ones).

If you want to see a working telnet site, telnet to towel.blinkenlights.nl
 

Submariner

New Member
Messages
44
Reaction score
1
Points
0
Telnet provides you a command window on the target machine. It is considered unsecue since it passes the username and password (along with all other commands) in plain text while SSH uses encryption (several flavors to choose from) to login and for communications back to the client.

Based on the username logged in as you will have the permissions granted to that user as if you were logged onto the console. Some telnet sites allow anonymous access where you customarily provide your email address as the password, this is a restricted account and normally provides access to a download and/or shared files area.

Enjoy,

James
 

knightcon

New Member
Messages
69
Reaction score
0
Points
0
Much the same as any tool Telnet has it's ideal uses and uses which are less than ideal. Console configuration of devices such as routers, switches, etc where the connection goes from PC to device is ideal as a secure connection is not required and it can be very fast as it essentially takes your keystrokes and triggers those keys in the device straight away. Telnet is not however ideal for work over a network or the internet as anyone with a packet sniffer can identify everything in cleartext. Many companies including CISCO are working on removing the need for telnet and moving either to GUI based control interfaces or SSH based interfaces.

There are a fair few games and tools online which are accessible on telnet but then again if you know what your typing you even can connect to a basic website. Telnet at its most basic level just provides a socket connection to a device or server and takes all the data you enter in using your keyboard and sends it through as a socket stream.
 
Top