% GET-AUTHKEYS(1) Version 3.2.1 | Scripts Documentation % Georg Voell - georg.voell@standby.cloud % (c)2025 Standby.cloud NAME ==== **get-authkeys** - (BASH Script) This script is beeing called by AuthorizedKeysCommand from sshd_config. SYNOPSIS ======== | **get-authkeys** DESCRIPTION =========== This script is beeing called by AuthorizedKeysCommand from sshd_config. If variable "keysfile" is set, the tool reads an JSON file and displays public ssh keys for the user. The JSON could be in the instance metadata, on a webserver / objectstorge or in a local file. JSON example: https://standby.cloud/download/samples/authorized_keys.json EXIT CODES ========== 01: No admin scripts installed. 02: No user specified. 02: No jq installed. 99: User interrupt.