[Contents] [Prev] [Next] [Index] [Report an Error]


login

Syntax

login {
    
message text;
    
class class-name {
        
allow-commands [ addresses ];
        
deny-commands [ addresses ];
        
idle-timeout minutes;
        
permissions [ permissions ];
    }
    
user user-name {
        
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";
        }
    }
}

Hierarchy Level

[edit system]

Description

Configure user access to the router.

Options

The remaining statements are explained separately in this chapter.

Usage Guidelines

See Configure User Access.

Required Privilege Level

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


[Contents] [Prev] [Next] [Index] [Report an Error]