# --------------------------------------------------------------------- # Copyright © 2019-2023 Akeyless Security LTD. # # All rights reserved # ---------------------------------------------------------------------- # # This file is a user-specific configuration file for `akeyless connect` CLI command, part of Akeyless Secure Remote Access # This file should be located under the user's home directory, named explicitly: .akeyless-connect.rc # # IDENTITY_FILE - the path to the ssh-key to be signed and used for Zero Trust session (if empty, default ssh-key is used) IDENTITY_FILE="" # CERT_ISSUER_NAME - full path to the Akeyless SSH Cert Issuer to use for Zero Trust session CERT_ISSUER_NAME="" # AKEYLESS_PROFILE - Akeyless CLI profile to be used AKEYLESS_PROFILE="default" # Akeyless CLI binary (if needed) AKEYLESS_CLI=akeyless # AKEYLESS_GW_REST_API - URL for Akeyless API Gateway (RestAPI) AKEYLESS_GW_REST_API="" # Following are used for control service, to configure the temporary session: # ${BASTION_API_PROTO}://"${BASTION_API_PREFIX}${BASTION_HOST}${BASTION_API_PATH}":"${BASTION_API_PORT} # BASTION_API_PREFIX="" BASTION_API_PATH="" BASTION_API_PROTO=http BASTION_API_PORT=9900 BASTION_SSH_PORT=22 # Allow caching of temp session creds SESSION_CACHING=no # Display connection stages DISPLAY_STAGES=yes # Use SSH Agent to store user's identity keys. USE_SSH_AGENT=yes SSH_EXTRA_ARGS="" # Path to SSH executable. e.g. /usr/bin/ssh SSH_EXTERNAL_CLIENT="ssh"