Connect is a command that performs secure remote access
Name | Type | Description | Notes |
---|---|---|---|
Helper | Object | [optional] | |
RcFileOverride | string | used to override .akeyless-connect.rc in tests | [optional] |
BastionCtrlPath | string | The Bastion API path | [optional] |
BastionCtrlPort | string | The Bastion API Port | [optional] [default to "9900"] |
BastionCtrlProto | string | The Bastion API protocol | [optional] [default to "http"] |
BastionCtrlSubdomain | string | The Bastion API prefix | [optional] |
CertIssuerName | string | The Akeyless certificate issuer name | [optional] |
GatewayUrl | string | The Gateway URL (configuration management) address, e.g. http://localhost:8000 | [optional] |
IdentityFile | string | The file from which the identity (private key) for public key authentication is read | [optional] |
Json | bool | Set output format to JSON | [optional] [default to false] |
Justification | string | [optional] | |
Name | string | The Secret name (for database and AWS producers - producer name) | [optional] |
SshCommand | string | Path to SSH executable. e.g. /usr/bin/ssh | [optional] |
SshExtraArgs | string | Additional SSH arguments (except -i) | [optional] |
SshLegacySigningAlg | bool | Set this option to output legacy ('[email protected]') signing algorithm name in the ssh certificate. | [optional] [default to false] |
Target | string | The target | [optional] |
Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |
UseSshAgent | bool | Enable ssh-agent | [optional] |
ViaBastion | string | The jump box server | [optional] |