Skip to content

Commit e176ec0

Browse files
vinokurigibuziuk
authored andcommitted
fixup! Override the default ssh askpass flow on project clone step
Signed-off-by: ivinokur <[email protected]>
1 parent 7e050af commit e176ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/additional-configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,11 @@ Git SSH keys can be configured for DevWorkspaces by mounting secrets to workspac
185185
186186
Prerequisites:
187187
188-
* An SSH keypair with _no passphrase_, with the public key uploaded to the Git provider that stores your repository.
188+
* An SSH keypair, with the public key uploaded to the Git provider, that stores your repository.
189189
** The steps below assume the following environment variables are set:
190190
*** `$SSH_KEY`: path on disk to private key for SSH keypair (e.g. `~/.ssh/id_ed25519`)
191191
*** `$SSH_PUB_KEY`: path on disk to public key for SSH keypair (e.g. `~/.ssh/id_ed25519.pub`)
192-
*** `$PASSPHRASE`: ssh keypair passphrase (optional)
192+
*** `$PASSPHRASE`: SSH keypair passphrase (optional)
193193
*** `$NAMESPACE`: namespace where workspaces using the SSH keypair will be started.
194194
195195
Process:

0 commit comments

Comments
 (0)