Skip to content

Commit

Permalink
debug issue with passphrase being asked
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jul 10, 2013
1 parent 4facaf6 commit 4c846b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions run_code_coverage_upload.sh
Expand Up @@ -14,6 +14,10 @@ echo -n $id_rsa_{00..30} >> ~/.ssh/id_rsa-msautotest-coverage-results_base64
base64 --decode --ignore-garbage ~/.ssh/id_rsa-msautotest-coverage-results_base64 > ~/.ssh/id_rsa-msautotest-coverage-results
chmod 600 ~/.ssh/id_rsa-msautotest-coverage-results

# debug
head -n1 ~/.ssh/id_rsa-msautotest-coverage-results
tail -n1 ~/.ssh/id_rsa-msautotest-coverage-results

echo "Host foo.github.com" >> ~/.ssh/config
echo " StrictHostKeyChecking no" >> ~/.ssh/config
echo " Hostname github.com" >> ~/.ssh/config
Expand Down

0 comments on commit 4c846b5

Please sign in to comment.