This repository hosts the default SSH provider configuration used in DevPod.
To add this SSH provider from the CLI, use the provider add
command. For example:
# be sure to set $CURRENT_VERSION to an appropriate release tag from this repo
devpod provider add https://github.com/loft-sh/devpod-provider-ssh/releases/download/$CURRENT_VERSION/provider.yaml
We only support Linux machine as remote hosts.
For more detail, see the DevPod Documentation.