Censys · JSON Structure

Asset Graph Ssh Algorithmselection Structure

Ssh_AlgorithmSelection schema from Asset Graph API

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

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

Properties

client_to_server_alg_group host_key_algorithm kex_algorithm server_to_client_alg_group

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/asset-graph-ssh-algorithmselection-structure.json",
  "name": "Ssh_AlgorithmSelection",
  "description": "Ssh_AlgorithmSelection schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "client_to_server_alg_group": {
      "$ref": "#/components/schemas/Ssh_AlgorithmSelection_DirectionAlgorithms"
    },
    "host_key_algorithm": {
      "type": "string"
    },
    "kex_algorithm": {
      "type": "string"
    },
    "server_to_client_alg_group": {
      "$ref": "#/components/schemas/Ssh_AlgorithmSelection_DirectionAlgorithms"
    }
  }
}