sha256:7667ecb3c5e724784907dc0a8b07fd7546537a6142e551a885125e40ddae3bdb
Last pushed
2 days by sbx
Type
Sandbox Kit
Manifest digest
sha256:7667ecb3c5e724784907dc0a8b07fd7546537a6142e551a885125e40ddae3bdb
Appends a GitLab instance's SSH host keys to ~/.ssh/known_hosts so git clone/push/pull over SSH work without interactive host verification. GitLab.com's keys are pinned; a self-managed instance's key is supplied with the hostKey argument. Writes no private key material and touches nothing else under ~/.ssh.
| Name | Required | Default | Description |
|---|---|---|---|
host | Optional | gitlab.com | GitLab instance hostname, e.g. gitlab.example.com for a self-managed instance |
hostKey | Optional | | known_hosts key for a self-managed instance, as 'ALGORITHM BASE64' with no trailing comment. Required when host is not gitlab.com; ignored for gitlab.com, whose keys are pinned below. |
${{ kit.args.host }}
sbx run <agent> --kit docker.io/sbx/gitlab-ssh-kit:latestRun the following command to install sbx on your machine.
brew install docker/tap/sbxwinget install Docker.sbx