Censys · JSON Structure

Platform Ssh Serverhostkey Structure

Ssh_ServerHostKey schema from Censys Platform API

Type: object Properties: 6
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Ssh_ServerHostKey is a JSON Structure definition published by Censys, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

certkey_public_key dsa_public_key ecdsa_public_key ed25519_public_key fingerprint_sha256 rsa_public_key

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-ssh-serverhostkey-structure.json",
  "name": "Ssh_ServerHostKey",
  "description": "Ssh_ServerHostKey schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "certkey_public_key": {
      "type": "string"
    },
    "dsa_public_key": {
      "$ref": "#/components/schemas/DSACryptographicKey"
    },
    "ecdsa_public_key": {
      "$ref": "#/components/schemas/ECDSACryptographicKey"
    },
    "ed25519_public_key": {
      "$ref": "#/components/schemas/ED25519CryptographicKey"
    },
    "fingerprint_sha256": {
      "type": "string"
    },
    "rsa_public_key": {
      "$ref": "#/components/schemas/RSACryptographicKey"
    }
  }
}