- login {
- announcement text;
-
-
class class-name {
-
allow-commands "regular-expression";
-
allow-configuration "regular-expression";
-
deny-commands "regular-expression";
-
deny-configuration "regular-expression";
-
idle-timeout minutes;
-
login-tip;
-
permissions [ permissions ];
- }
-
message text;
-
-
password {
-
change-type (set-transitions | character-set);
-
format (md5 | sha1 | des);
-
maximum-length length;
-
minimum-changes number;
-
minimum-length length;
- }
-
-
retry-options {
- backoff-threshold number;
- backoff-factor seconds;
- minimum-time seconds;
- tries-before-disconnect number;
- }
-
-
user username {
- full-name complete-name;
-
uid uid-value;
-
class class-name;
-
authentication authentication;
- (encrypted-password "password" | plain-text-password);
- ssh-rsa "public-key";
- ssh-dsa "public-key";
- }
- }
- [edit system]
Statement introduced before JUNOS Release 7.4.
Configure user access to the router.
The remaining statements are explained separately in this chapter.
admin—To view this statement in the configuration.
admin-control—To add this statement to the configuration.