Categorygithub.com/loft-sh/devpod-provider-ssh
modulepackage
0.0.16
Repository: https://github.com/loft-sh/devpod-provider-ssh.git
Documentation: pkg.go.dev

# README

DevPod SSH Provider

Join us on Slack! Open in DevPod!

This repository hosts the default SSH provider configuration used in DevPod.

Usage

To add this SSH provider from the CLI, use the provider add command along with your remote host to deploy to. For example:

devpod provider add ssh -o [email protected]

Please note, the SSH host must be accessible via ssh [email protected] with passwordless login and the user being either root or in the docker group.

Compatibility

We only support Linux machine as remote hosts.

Windows

There are known issues with the default windows SSH installation in some setups. If you're unable to connect to your host by default, try to enable the USE_BUILTIN_SSH option

devpod provider add ssh --option USE_BUILTIN_SSH=true
# or if already installed
devpod provider set-options ssh --option USE_BUILTIN_SSH=true

This forces the provider to use the builtin SSH client over the one accessible in your shell. You will need to add the identities file manually to your SSH config in case it's not the default key:

Host my-domain.com
    User my-user 
    IdentityFile ~/.my-dir/my-key

Options

This provider has the following options:

NAMEREQUIREDDESCRIPTIONDEFAULT
HOSTtrueThe SSH Host to connect to. Example: [email protected]
AGENT_PATHfalseThe path where to inject the DevPod agent to./tmp/devpod/agent
DOCKER_PATHfalseThe path of the docker binary.docker
EXTRA_FLAGSfalseExtra flags to pass to the SSH command.
PORTfalseThe SSH port to use.22
USE_BUILTIN_SSHfalseUse the builtin SSH package.false

Extra

For more detail, see the DevPod Documentation.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author