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 ssh disable-password-authentication

Specifies that SSH users are not to be authenticated using passwords.

set service ssh disable-password-authentication
delete service ssh disable-password-authentication
show service ssh

Users are authenticated using passwords.

Configuration mode


service {
	ssh {
		disable-password-authentication
	}
}

Use this command to specify that SSH users are not to be authenticated using passwords. This is typically done in order for SSH users to be authenticated using shared public keys instead. Shared public key authentication is less susceptible to brute force guessing of common passwords. If password authentication is disabled then shared public keys must be configured for user authentication. For information on configuring public keys for user authentication see Ciena Vyatta Network OS Basic System Configuration Guide.

Use the set form of this command to specify that users are not to be authenticated by using passwords.

Use the delete form of this command to restore the default configuration and allow authentication by passwords.

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