get /ssh-mitm/api/v1/conf

Get MITM configuration

Response

ExamplesSchema

MITM confguration successfully returned

{
  "addresses": [
    "string"
  ],
  "hostkeys": [
    {
      "key": "string",
      "fingerprints": [
        "string"
      ]
    }
  ]
}

Was this page helpful?