File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ resource "docker_container" "dev" {
176176If ` ENVBUILDER_GIT_URL ` does not start with ` http:// ` or ` https:// ` ,
177177envbuilder will assume SSH authentication. You have the following options:
178178
179- 1 . Public/Private key authentication: set ` ENVBUILDER_GIT_SSH_KEY_PATH ` to the path of an
179+ 1 . Public/Private key authentication: set ` ENVBUILDER_GIT_SSH_PRIVATE_KEY_PATH ` to the path of an
180180 SSH private key mounted inside the container. Envbuilder will use this SSH
181181 key to authenticate. Example:
182182
@@ -185,7 +185,7 @@ envbuilder will assume SSH authentication. You have the following options:
185185 -v /tmp/envbuilder:/workspaces \
186186 -e ENVBUILDER_GIT_URL=git@example.com:path/to/private/repo.git \
187187 -e ENVBUILDER_INIT_SCRIPT=bash \
188- -e ENVBUILDER_GIT_SSH_KEY_PATH =/.ssh/id_rsa \
188+ -e ENVBUILDER_GIT_SSH_PRIVATE_KEY_PATH =/.ssh/id_rsa \
189189 -v /home/user/id_rsa:/.ssh/id_rsa \
190190 ghcr.io/coder/envbuilder
191191 ```
You can’t perform that action at this time.
0 commit comments