v4

latestSwagger 2.02026-08-0343714211.7 MB
sftp_host_keys
SFTP Host Keys

Create SFTP Host Key

Create SFTP Host Key

post/sftp_host_keys

Response

The SftpHostKeys object.

idinteger

SFTP Host Key ID

namestring

The friendly name of this SFTP Host Key.

fingerprint_md5string

MD5 Fingerprint of the public key

fingerprint_sha256string

SHA256 Fingerprint of the public key

Example response

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