home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service telnet allow-root

Specifies that root logins are allowed on Telnet connections.

set service telnet allow-root
delete service telnet allow-root
show service telnet

Root logins are not allowed on Telnet connections.

Configuration mode


service {
	telnet {
		allow-root
	}
}

Use this command to specify that root logins are to be allowed on Telnet connections.

Use the set form of this command to specify that root logins are to be allowed on Telnet connections.

Use the delete form of this command to restore the default allow-root configuration.

Use the show form of this command to view the configuration.