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

user

See the following sections:

user (Access)

Syntax

user username {
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 system login]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Configure access permission for individual users.

Options

The remaining statements are explained separately.

Usage Guidelines

See Configuring User Access.

Required Privilege Level

admin—To view this statement in the configuration.

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

Related Topics

 class

user (System Logging)

Syntax

user (username | *) {
facility severity;
match "regular-expression";
}

Hierarchy Level

[edit system syslog]

Release Information

Statement introduced before JUNOS Release 7.4.

Description

Configure the logging of system messages to user terminals.

Options

* (the asterisk)—Log messages to the terminal sessions of all users who are currently logged in.

facility—Class of messages to log. To specify multiple classes, include multiple facility severity statements. For a list of the facilities, see Table 19.

severity—Severity of the messages that belong to the facility specified by the paired facility name. Messages with severities the specified level and higher are logged. For a list of the severities, see Table 20.

username—JUNOS login name of the user whose terminal session is to receive system log messages. To log messages to more than one user’s terminal session, include more than one user statement.

The remaining statement is explained separately.

Usage Guidelines

See Directing Messages to a User Terminal.

Required Privilege Level

system—To view this statement in the configuration.

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

Related Topics

JUNOS System Log Messages Reference


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