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.
This commit is contained in:
parent
8a39eaba34
commit
939c4e1aff
5 changed files with 36 additions and 12 deletions
|
|
@ -12,5 +12,5 @@ capabilities:
|
|||
pricing_model: self-hosted
|
||||
config:
|
||||
base_dir: /tmp/sandboxer
|
||||
ssh_user: root
|
||||
# ssh_user omitted — uses SANDBOXER_SSH_USER or ~/.ssh/config (e.g. tegwick@coulombcore)
|
||||
compose_timeout_s: 180
|
||||
Loading…
Add table
Add a link
Reference in a new issue