generated from coulomb/repo-seed
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:
@@ -16,9 +16,10 @@ Provision a compose-based e2e sandbox via `ext.compose-ssh` (e2e-framework linea
|
||||
- Sufficient disk for images
|
||||
|
||||
```bash
|
||||
export SANDBOXER_HOST=<ip-or-hostname> # e.g. coulombcore IP
|
||||
export SANDBOXER_SSH_USER=root # optional
|
||||
export SANDBOXER_SSH_KEY=~/.ssh/id_rsa # optional
|
||||
export SANDBOXER_HOST=coulombcore # or 92.205.130.254
|
||||
# Omit SANDBOXER_SSH_USER to use ~/.ssh/config (CoulombCore: tegwick + id_ops)
|
||||
# export SANDBOXER_SSH_USER=tegwick # only if not in ssh config
|
||||
# export SANDBOXER_SSH_KEY=~/.ssh/id_ops # only to override config
|
||||
```
|
||||
|
||||
## Create
|
||||
|
||||
Reference in New Issue
Block a user