Files
sand-boxer/extensions/ext.compose-ssh.yaml
tegwick 939c4e1aff Fix SSH auth: respect ~/.ssh/config instead of defaulting to root
CoulombCore (92.205.130.254) authenticates as tegwick via id_ops in
ssh config, not root. Omit SANDBOXER_SSH_USER to let OpenSSH apply config;
set SANDBOXER_SSH_USER only to override.
2026-06-23 14:16:16 +02:00

16 lines
627 B
YAML

id: ext.compose-ssh
title: Compose over SSH
description: >
Self-hosted extension migrated from the-custodian/e2e-framework. Provisions an
isolated directory on a remote host, rsyncs the consumer repo, and runs docker
compose. Test execution and health polling are consumer-owned (wise-validator).
handler: sandboxer.extensions.compose_ssh:ComposeSSHExtension
capabilities:
isolation_levels: [container]
regions: []
persistence: false
pricing_model: self-hosted
config:
base_dir: /tmp/sandboxer
# ssh_user omitted — uses SANDBOXER_SSH_USER or ~/.ssh/config (e.g. tegwick@coulombcore)
compose_timeout_s: 180