Upload S S H Public Key
GET {{aws_identtity_and_access_management_base_url}}/?SSHPublicKeyBody&UserName&Version=2010-05-08
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
SSHPublicKeyBody | null | The SSH public key. The public key must be encoded in ssh-rsa format or PEM format. The minimum bit-length of the public key is 2048 bits. For example, you can generate a 2048-bit key, and the resulting PEM file is 1679 bytes long. | |
UserName | null | The name of the IAM user to associate the SSH public key with. | |
Version | string | The version of the API. |