Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

device-authentication

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
device-authentication {
    (encrypted-password "password" | plain-text-password);
}

Hierarchy Level

content_copy zoom_out_map
[edit system]

Description

Configure the authentication password used when accessing individual QFabric system components with the request component login command.

Note:

Configuring this statement overrides the password for individual QFabric system components that was set during the initial QFabric system setup procedure.

Options

encrypted-password "password"— Specify the MD5 or other encrypted authentication password. You can specify only one encrypted password.

You cannot configure a blank password for the encrypted-password option using blank quotation marks (" "). You must configure a password of 1 through 128 characters and enclose the password in quotation marks.

plain-text-password—Plain-text password. The CLI prompts you for the password and then encrypts it. The CLI displays the encrypted version, and the software places the encrypted version in its user database. You can specify only one plain-text password.

Required Privilege Level

admin—To view this statement in the configuration.

admin-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 12.2.

footer-navigation