Skip to content

Commit

Permalink
Fix error message with StrictHostKeyChecking (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachriggle committed Dec 14, 2016
1 parent c7b3852 commit 350610f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/update_demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ if [ "$TRAVIS_BRANCH" = "stable" ] && [ ! -z "$TRY_KEY" ]; then
ssh-add ~/.ssh/try_key

# Update!
ssh root@demo-ssh.pwntools.com -- 'docker/update'
ssh -o "StrictHostKeyChecking no" root@demo-ssh.pwntools.com -- 'docker/update'
fi

0 comments on commit 350610f

Please sign in to comment.