Skip to content

Repository files navigation

Devsy SSH Provider

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

Usage

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

devsy provider add ssh -o HOST=user@my-domain.com

Please note, the SSH host must be accessible via ssh user@my-domain.com 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

devsy provider add ssh --option USE_BUILTIN_SSH=true
# or if already installed
devsy 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: my-user@my-domain.com
AGENT_PATHfalseThe path where to inject the Devsy agent to./tmp/devsy/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 Devsy Documentation.

About

Devsy on SSH

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages