Login as root

Login as root user of the vHSM server

The vhsm login command authenticates users to vHSM using the provided credentials. A successful login generates a token, which functions similarly to a session token on a website. By default, this token is cached on the local machine for future use.

Note: You will need the root token to login as root user. For more information see, Install Nitride.

You can login using one of these two methods:

Login Using the default token method

Example:

vhsm login

Input Prompt

Token (will be hidden):

Output

Success! You are now authenticated. The token information displayed below is
already stored in the token helper. You do NOT need to run "vhsm login" again.
Future vHSM requests will automatically use this token.

Key                  Value
---                  -----
token                s.2f3c5L1MHtnqbuNCbx90utmC
token_accessor       JLUIXJ6ltUftTt2UYRl2lTAC
token_duration       ∞
token_renewable      false
token_policies       ["root"]
identity_policies    []
policies             ["root"]

Login using a token from the command line

Example:

Output

Last updated

Was this helpful?