Telnet
From Linuxintro
Revision as of 17:22, 3 July 2011 by imported>ThorstenStaerk
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
- portscans as described under port
- Retrieving mail manually using telnet
- Testing IMAP via telnet