Easy Tutorial
❮ Linux Comm W Linux Comm Tee ❯

Linux telnet Command

Linux Command Manual

The Linux telnet command is used for remote login.

Executing the telnet command initiates terminal session operations and logs into a remote host.

Syntax

telnet [-8acdEfFKLrx][-b&lt;host alias>][-e&lt;escape character>][-k<domain>][-l<username>][-n&lt;log file>][-S&lt;service type>][-X&lt;authentication type>][hostname or IP address<port>]

Parameter Description:

Example

Logging into a remote host

# telnet 192.168.0.5 

// Logs into the remote host with IP 192.168.0.5

Linux Command Manual

❮ Linux Comm W Linux Comm Tee ❯