Penguin
Annotated edit history of Telnet version 2 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 CraigBox 1 Telnet is a protocol for remotely connecting to a machine and getting a console (a CommandLine) on that machine, as if you were local.
2
3 It was invented for ArpaNet and used extensively on the InterNet.
4
5 It runs on [TCP] [Port] 23.
6
7 See telnet(1) for information on the telnet client in Linux.
8
9 Telnet is totally insecure. (all plain text; no encryption.) While there exists a Telnet over [SSL], it has been replaced almost entirely by [SSH].
10
11 -----
12 Part of CategoryNetworking and CategoryProtocols