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 faa53c4 commit 3c56c50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run_code_coverage_upload.sh
Expand Up @@ -10,6 +10,9 @@
#echo "$SSH_DEPLOY_KEY" > ~/.ssh/id_rsa-msautotest-coverage-result

# build the chunks of the private key together

echo $id_rsa_00 | base64 --decode | head -n1

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
Expand All @@ -18,6 +21,8 @@ chmod 600 ~/.ssh/id_rsa-msautotest-coverage-results
head -n1 ~/.ssh/id_rsa-msautotest-coverage-results
tail -n1 ~/.ssh/id_rsa-msautotest-coverage-results

exit 0

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

0 comments on commit 3c56c50

Please sign in to comment.