HP NonStop SSH Reference Manual Configuring and Running SSH2 • 75
Example
INTERVALLIVEPRIVATEUSERKEY 1460
Considerations
• The life-cycle configuration of existing user private keys will not be modified due to this parameter. If existing
keys need to participate in life-cycle control, then they must be configured via ALTER KEY command
specifying the LIVE-DATE and EXPIRE-DATE command options.
• Parameter value is ignored if life-cycle for user private keys is disabled (i.e. if
LIFECYCLEPOLICYPRIVATEUSERKEY is set to DISABLED).
• Parameter value is ignored if KEY attributes LIVE-DATE and EXPIRE-DATE are specified in GENERATE
KEY and IMPORT KEY commands (if a user is allowed to specify these attributes according to the key life-
cycle policy).
See also:
LIFECYCLEPOLICYPRIVATEUSERKEY, INTERVALPENDINGPRIVATEUSERKEY
INTERVALLIVEPPUBLICUSERKEY
This parameter is related to a user public key’s life-cycle (configuration of database entity USER). It determines the
length of the interval a user public key stays in state ‘LIVE’.
Parameter Syntax
INTERVALLIVEPPUBLICUSERKEY number-of-days
Arguments
number-of-days
The number of days a user public key will be in state ‘LIVE’ after leaving state ’PENDING’ and before
reaching state ‘EXPIRED’.
Default
The default value for this parameter is 730, i.e. 2 years.
Example
INTERVALLIVEPUBLICUSERKEY 1460
Considerations
• The life-cycle configuration of existing user public keys will not be modified due to this parameter. If existing
keys need to participate in life-cycle control, then they must be configured via ALTER USER, PUBLICKEY
command specifying the LIVE-DATE and EXPIRE-DATE command options.
• Parameter value is ignored if life-cycle for user public keys is disabled (i.e. if
LIFECYCLEPOLICYPUBLICUSERKEY is set to DISABLED).
• Parameter value is ignored if USER PUBLICKEY attributes LIVE-DATE and EXPIRE-DATE are specified in
ALTER USER PUBLICKEY commands (if a user is allowed to specify these attributes according to the key
lifecycle policy).
See also:
LIFECYCLEPOLICYPUBLICUSERKEY, INTERVALPENDINGPUBLICUSERKEY