diff --git a/docs/recipes/git-auth-ssh-keys.md b/docs/recipes/git-auth-ssh-keys.md index 9bd27d61..f346d802 100644 --- a/docs/recipes/git-auth-ssh-keys.md +++ b/docs/recipes/git-auth-ssh-keys.md @@ -137,7 +137,7 @@ jobs: # Make sure only the current user can read the private key - chmod 600 /tmp/git_deploy_key # Create a script to return the passphrase environment variable to ssh-add - - echo 'echo ${SSH_PASSPHRASE}' > /tmp/askpass && chmod +x /tmp/askpass + - echo 'echo ${SSL_PASSPHRASE}' > /tmp/askpass && chmod +x /tmp/askpass # Start the authentication agent - eval "$(ssh-agent -s)" # Add the key to the authentication agent