Sign inSign up

sbx/gitlab-ssh-kit:latest

Manifest digest

sha256:7667ecb3c5e724784907dc0a8b07fd7546537a6142e551a885125e40ddae3bdb

Last pushed

2 days by sbx

Type

Sandbox Kit

Manifest digest

sha256:7667ecb3c5e724784907dc0a8b07fd7546537a6142e551a885125e40ddae3bdb

MIXIN

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.


Arguments
NameRequiredDefaultDescription
hostOptionalgitlab.com

GitLab instance hostname, e.g. gitlab.example.com for a self-managed instance

hostKeyOptional

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.


Network Egress

${{ kit.args.host }}

Apply this mixin to a sandbox

sbx run <agent> --kit docker.io/sbx/gitlab-ssh-kit:latest

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx