CLI Documentation
Config ssh
config-ssh
Add an SSH Host entry for your workspaces “ssh wirtual.workspace”
Usage
Description
Options
—ssh-config-file
Type | string |
Environment | $WIRTUAL_SSH_CONFIG_FILE |
Default | ~/.ssh/config |
Specifies the path to an SSH config.
—wirtual-binary-path
Type | string |
Environment | $WIRTUAL_SSH_CONFIG_BINARY_PATH |
Optionally specify the absolute path to the wirtual binary used in ProxyCommand. By default, the binary invoking this command (‘config ssh’) is used.
-o, —ssh-option
Type | string-array |
Environment | $WIRTUAL_SSH_CONFIG_OPTS |
Specifies additional SSH options to embed in each host stanza.
-n, —dry-run
Type | bool |
Environment | $WIRTUAL_SSH_DRY_RUN |
Perform a trial run with no changes made, showing a diff at the end.
—use-previous-options
Type | bool |
Environment | $WIRTUAL_SSH_USE_PREVIOUS_OPTIONS |
Specifies whether or not to keep options from previous run of config-ssh.
—ssh-host-prefix
Type | string |
Environment | $WIRTUAL_CONFIGSSH_SSH_HOST_PREFIX |
Override the default host prefix.
—wait
Type | yes|no|auto |
Environment | $WIRTUAL_CONFIGSSH_WAIT |
Default | auto |
Specifies whether or not to wait for the startup script to finish executing. Auto means that the agent startup script behavior configured in the workspace template is used.
—disable-autostart
Type | bool |
Environment | $WIRTUAL_CONFIGSSH_DISABLE_AUTOSTART |
Default | false |
Disable starting the workspace automatically when connecting via SSH.
-y, —yes
Type | bool |
Bypass prompts.