Add an SSH key as a file in multipart/form-data.

Descriptive properties should all have the same name as those in AddSshKey, i.e. Name, Description, Passphrase, etc. Bodyargs documentation will show JSON format, however it must be multipart/form-data and no PrivateKey field is needed since the key will be read from the "File" key in the request.

        If Name is not specified, a default name will be generated:
          'username keytype, timestamp'
Body Params
boolean

If true and the key Name given is not unqiue, will rename the key to avoid collision

string

The comment for the SSH key

string

The passphrase for the SSH key, if encrypted

string

The name of the SSH key

Response

Language
Response
Choose an example:
*/*