SSH Keyset Data object

Stores detailed SSH keyset information and contains the following fields:

KeysetData object

Field

Type

Description

Access

string

The aggregated string describing trust relationship (e.g. user@client -> root@server).

Algorithm

string

An array of key types:

  • DSA
  • ECDSA: All ECDSA keysets with keylength P256, P348, and P521.
  • ED25519: For Open SSH only.
  • RSA1
  • Unknown

FingerprintMD5

string

The thumbprint of the host key in the MD5 format.

FingerprintSHA256

string

The thumbprint of the host key in the SHA256 algorithm format.

KeysetId

string

The keyset Identifier.

Last Rotation Date

DateTime

(Optional) The date of the last key rotation.

Last Used

DateTime

The UTC time of the last the key use.

Length

integer

The number of bits for the key length.

PrivateKeys

Array of Keydata

(Optional) Detailed information about private keys.

ProcessStatus

integer

The result that occurred while processing keys. See SSH Process status result codes.

PublicKeys

Array of KeyData

(Optional) Detailed public keys information

RotationStage

Integer

The status of public and private key rotation. See SSH Keyset rotation stage codes.

Type

string

The type of keyset. Can be User or Host.

ViolationStatus

List of integer

The key violation status code(s). See SSH Process status result codes and SSH Policy violation result and key usage alert codes for supported violations and their codes.