% EXPORT-KEYS(1) Version 1.0.0 | Scripts Documentation % Georg Voell - georg.voell@oracle.com % (c)2021 Oracle NAME ==== **export-keys** - (BASH Script) Export all the ssh keys to Object Storage (Experimental) SYNOPSIS ======== | **export-keys** \[_options_] DESCRIPTION =========== Export all the ssh keys to Object Storage (Experimental) Options ------- -h, --help : Displays helptext. -v, \--version          : Displays the version of the script. EXAMPLES ======== **export-keys** : Zips all the keys and config under ~/.ssh and exports it to Object Storage EXIT CODES ========== 01: Unknown or wrong parameter. 02: Cloud tools were not initialized. 03: No write or read URI in JSON project file. 04: No curl or zip in PATH. 05: Error while zipping. 06: Unable to upload file to ObjectStorage. 99: User interrupt. SEE ALSO ======== **install-scripts**(1)