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


user

Syntax

user user-name {
    
full-name complete-name;
    
uid uid-value;
    
class class-name;
    
authentication {
        (encrypted-password "
password" | plain-text-password);
        ssh-rsa "
public-key";
        ssh-dsa "
public-key";
    }
}

Hierarchy Level

[edit login]

Description

Configure access permission for individual users.

Options

The remaining statements are explained separately in this chapter.

Usage Guidelines

See Configure User Access. For information about how to create plain-text passwords, see Plain-Text Passwords.

Required Privilege Level

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

See Also

class


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