Skip to main content
Command reference

security jit-privilege user delete

Suggest changes

Delete a JIT privilege of user

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

The security jit-privilege user delete deletes just-in-time(JIT) privilege elevation entry for the user which has already been configured.

Parameters

-vserver <vserver name> - Vserver

This specifies the Vserver of the user for whom you are deleting JIT entry. When not set, the default value is the Administrative Vserver.

-username <text> - Username

This specifies the name of the user for whom you are deleting the JIT entry.

-application <text> - Application

This specifies the application of the JIT entry. Possible values include ssh.

Examples

The following command associates deletes a JIT entry for user named "jdoe" for Vserver vs1.

cluster1::> security jit-privilege user delete -username jdoe -vserver vs1 -application ssh