logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

anc-add-sshkey - adds a SSH key to your account.

Author

       Atlantic.Net Cloud Team - cloudsupport@atlantic.net

ANC-API-TOOLS                                      2017-12-29                                  ANC-ADD-SSHKEY(1)

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.

See Also