Telnet

From Linuxintro
Revision as of 17:19, 3 July 2011 by imported>ThorstenStaerk (Created page with "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 b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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