Skip to content

Commit

Permalink
chore: CircleCI SSH key
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanilves committed Jul 21, 2021
1 parent 82034fe commit 97a7299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
command: |
SSH_HOST=$(echo ${DOCKER_HOST} | sed 's|.*://||;s|:.*||;')
ssh-keyscan ${SSH_HOST} >>~/.ssh/known_hosts
ssh -C2TnN -4 -D 9050 -i ~/.ssh/id_rsa_circleci_remote_docker_engine ${SSH_HOST}
ssh -C2TnN -4 -D 9050 -i ~/.ssh/id_rsa* ${SSH_HOST}
- run:
name: Wait for SSH tunnel to become available
environment:
Expand Down

0 comments on commit 97a7299

Please sign in to comment.