Difference between revisions of "Telnet"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 4: Line 4:
  
 
Telnet is still good for  
 
Telnet is still good for  
* [[portscans]] as described under [[port]]
+
* portscans as described under [[port]]
 
* [[Retrieving mail manually using telnet]]
 
* [[Retrieving mail manually using telnet]]
 
* [[Testing IMAP via telnet]]
 
* [[Testing IMAP via telnet]]

Revision as of 17:22, 3 July 2011

Telnet allows you to submit commands over the network in plain text. It was used to execute shell commands on remote computers, but this usecase has been superceded by ssh which protects passwords by encrypting the communication.

For executing shell commands on remote computers, use ssh, not telnet!!!

Telnet is still good for