The stelnet server enable command enables the STelnet service on the SSH server.
The undo stelnet server enable command disables the STelnet service on the SSH server.
By default, the STelnet service is disabled on the SSH server.
| Parameter | Description | Value |
|---|---|---|
| ipv4 | Enable the IPv4 STelnet service. | - |
| ipv6 | Enable the IPv6 STelnet service. | - |
Usage Scenario
Telnet does not have a safe authentication mode, and transmits data using TCP in plain text. This is not safe. On a high security network, STelnet is recommended.
By default, a device does not function as the STelnet server. The client can log in to a device using STelnet only after the device is configured as the STelnet server using the stelnet server enable command.
Configuration Impact
Precautions
If the device is used for the first time, you must log in to the device through the CONSOLE interface and enable STelnet on the SSH server.
When you run the undo stelnet server enable command to disable the STelnet service on the SSH server, all STelnet connections will be tore down.
After the stelnet server enable command is run, the system listens to IP address 0.0.0.0 by default. That is, the system listens to all IP addresses, which is prone to security issues. In this case, you are advised to run the ssh server-source command to specify a listening source for the STelnet server.