See the following sections:
- authentication {
- (encrypted-password "password" | plain-text-password);
- ssh-dsa "public-key";
- ssh-rsa "public-key";
- }
- [edit system login user username]
Statement introduced before JUNOS Release 7.4
Authentication methods that a user can use to log in to the router. You can assign multiple authentication methods to a single user.
encrypted-password "password"—Use Message Digest 5 (MD5) or other encrypted authentication. Specify the MD5 or other password. You can specify only one encrypted password for each user.
You cannot configure a blank password for encrypted-password using blank quotation marks (" "). You must configure a password whose number of characters range from 1 through 128 characters and enclose the password in quotation marks.
plain-text-password—Use a plain-text password. The command-line interface (CLI) prompts you for the password and then encrypts it.
ssh-dsa "public-key"—SSH version 2 authentication. Specify the SSH public key. You can specify one or more public keys for each user.
ssh-rsa "public-key"—SSH version 1 and SSH version 2 authentication. Specify the SSH public key. You can specify one or more public keys for each user.
See Configuring User Accounts.
admin—To view this statement in the configuration.
admin-control—To add this statement to the configuration.
- authentication {
-
password password-string;
-
-
username-include {
-
circuit-type;
-
delimiter delimiter-character;
-
domain-name domain-name-string;
-
logical-system-name;
-
mac-address;
-
option-60;
-
option-82 <circuit-id>
<remote-id>;
-
routing-instance-name;
-
user-prefix user-prefix-string;
- }
- }
- [edit logical-systems logical-system-name routing-instances routing-instance-name system
services dhcp-local-server],
- [edit logical-systems logical-system-name routing-instances routing-instance-name system
services dhcp-local-server group group-name],
- [edit logical-systems logical-system-name system services dhcp-local-server],
- [edit logical-systems logical-system-name system services dhcp-local-server group group-name],
- [edit logical-systems logical-system-name routing-instances routing-instance-name system
services dhcp-local-server],
- [edit logical-systems logical-system-name routing-instances routing-instance-name system
services dhcp-local-server group group-name],
- [edit routing-instances routing-instance-name system services dhcp-local-server],
- [edit routing-instances routing-instance-name system services dhcp-local-server group group-name],
- [edit system services dhcp-local-server],
- [edit system services dhcp-local-server group group-name]
Statement introduced in JUNOS Release 9.1.
Configure the parameters the router sends to the external AAA server. A group configuration takes precedence over a global DHCP relay or DHCP local server configuration.
The statements are explained separately.
See Using External AAA Authentication Services.
system—To view this statement in the configuration.
system-control—To add this statement to the configuration.