anc-add-sshkey - adds a SSH key to your account.
Contents
Description
anc-add-sshkey adds a SSH key to your account.
Name
anc-add-sshkey - adds a SSH key to your account.
See Also
https://www.atlantic.net/docs/api
Synopsis
anc-add-sshkey Format=[json|xml] key_name=[name] public_key=[public key content]
INPUT
Format=[json|xml] - The Format parameter will determine how the output of the action is formatted. You
can format output results in JSON or XML. Default is json.
key_name=[name] - The name you wish to give the SSH key
public_key=[public key content] - The contents of the public portion of your SSH key. The value should be
enclosed in single quotes.
