Property

ssh

Property Name Type Description Required
cipher string Yes
fingerprint string Yes
hassh string Yes
kex SshKeyExchange Yes
key string Yes
mac string Yes
type string Yes

SshKeyExchange

Property Name Type Description Required
compression_algorithms array of string Yes
encryption_algorithms array of string Yes
kex_algorithms array of string Yes
kex_follows boolean Yes
languages array of string Yes
mac_algorithms array of string Yes
server_host_key_algorithms array of string Yes
unused integer Yes


↑ TopExample
{
    "fingerprint": "b6:03:0e:39:97:9e:d0:e7:24:ce:a3:77:3e:01:42:09",
    "mac": "hmac-sha2-256",
    "cipher": "aes128-ctr",
    "key": "AAAAB3NzaC1yc2EAAAADAQABAAABAQCsj2bNKTBSpIYDEGk9KxsGh3mySTRgMtXL583qmBpzeQ+j\nqCMRgBqB98u3z++J1sKlXHWfM9dyhSevkMwSbhoR8XIq/U0tCNyokEi/ueaBMCvbcTHhO7FcwzY9\n2WK4Yt0aGROY5qX2UKSeOvuP4D6TPqKF1onrSzH9bx9XUf2lEdWT/ia1NEKjunUqu1xOB/StKDHM\noX4/OKyIzuS0q/T1zOATthvasJFoPrAjkohTyaDUz2LN5JoH839hViyEG82yB+MjcFV5MU3N1l1Q\nL3cVUCh93xSaua1N85qivl+siMkPGbO5xR/En4iEY6K2XPASUEMaieWVNTRCtJ4S8H+9\n",
    "kex": {
        "unused": 0,
        "server_host_key_algorithms": [
            "ssh-rsa",
            "rsa-sha2-512",
            "rsa-sha2-256",
            "ecdsa-sha2-nistp256",
            "ssh-ed25519"
        ],
        "encryption_algorithms": [
            "chacha20-poly1305@openssh.com",
            "aes128-ctr",
            "aes192-ctr",
            "aes256-ctr",
            "aes128-gcm@openssh.com",
            "aes256-gcm@openssh.com"
        ],
        "kex_follows": false,
        "languages": [
            ""
        ],
        "kex_algorithms": [
            "curve25519-sha256@libssh.org",
            "ecdh-sha2-nistp256",
            "ecdh-sha2-nistp384",
            "ecdh-sha2-nistp521",
            "diffie-hellman-group-exchange-sha256",
            "diffie-hellman-group14-sha1"
        ],
        "compression_algorithms": [
            "none",
            "zlib@openssh.com"
        ],
        "mac_algorithms": [
            "umac-64-etm@openssh.com",
            "umac-128-etm@openssh.com",
            "hmac-sha2-256-etm@openssh.com",
            "hmac-sha2-512-etm@openssh.com",
            "hmac-sha1-etm@openssh.com",
            "umac-64@openssh.com",
            "umac-128@openssh.com",
            "hmac-sha2-256",
            "hmac-sha2-512",
            "hmac-sha1"
        ]
    },
    "type": "ssh-rsa"
}