sftp_host_keys
SFTP Host Keys

Show SFTP Host Key

Show SFTP Host Key

get/sftp_host_keys/{id}

Path parameters

idinteger required

Sftp Host Key ID.

Response

The SftpHostKeys object.

activeboolean

If true, use this SFTP Host Key.

idinteger

SFTP Host Key ID

namestring

The friendly name of this SFTP Host Key.

key_typestring

SSH key type

fingerprint_md5string

MD5 Fingerprint of the public key

fingerprint_sha256string

SHA256 Fingerprint of the public key

Example response

{
  "active": true,
  "id": 1,
  "name": "My Key",
  "key_type": "ssh-rsa",
  "fingerprint_md5": "12:7e:f8:61:78:a4:b2:c2:ee:12:51:92:25:a7:42:cc",
  "fingerprint_sha256": "SHA256:5ANRkDpXWA+PgOquzZAG9RtQ1Bt8KXYAH2hecr7LQk8"
}

Changes