Skip to content
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.

Commit

Permalink
Pin admin.caciviclab.org host key for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tdooner committed Aug 20, 2016
1 parent 3234717 commit beee049
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ deploy.pem: deploy.pem.enc .travis.yml
chmod 600 deploy.pem

deploy: deploy.pem
ssh -i deploy.pem [email protected] /usr/local/bin/deploy-backend
ssh -o UserKnownHostsFile=./deploy.known_hosts \
-i deploy.pem \
[email protected] \
/usr/local/bin/deploy-backend

.PHONY: build run test
2 changes: 2 additions & 0 deletions deploy.known_hosts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
admin.caciviclab.org ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWtvJfrkw8pPjCcs5XS1TJt5HtFIBMtihIA0XlpnqzBHzNfOZN2ngxJNLzLPZVL9l3ExPr2MtICPk6LKhTdFtEleJHBkwzirzpo7lpHRao27LKm5gKQjpLmIk9OHjUJp0FctELUF4ASqUvQ8yTnHBY//4PVTm9T/XCInIIs4y8bm9hszgoSLK8SKhFV3ry25U/mvhKJsKTARAeaiskC1dMQPNMvyeYGyKoiQsrBDwil4kfb3LEDVGCqtzQcoM6jfFZWVg/uElgYAuY40nW6pTRwOfV5HbuBDOuTm2LaEQq2ltEnVxqqh73QrX0dfFWiCViup21n9QyfJFW/EF4WIMB
52.25.29.47 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWtvJfrkw8pPjCcs5XS1TJt5HtFIBMtihIA0XlpnqzBHzNfOZN2ngxJNLzLPZVL9l3ExPr2MtICPk6LKhTdFtEleJHBkwzirzpo7lpHRao27LKm5gKQjpLmIk9OHjUJp0FctELUF4ASqUvQ8yTnHBY//4PVTm9T/XCInIIs4y8bm9hszgoSLK8SKhFV3ry25U/mvhKJsKTARAeaiskC1dMQPNMvyeYGyKoiQsrBDwil4kfb3LEDVGCqtzQcoM6jfFZWVg/uElgYAuY40nW6pTRwOfV5HbuBDOuTm2LaEQq2ltEnVxqqh73QrX0dfFWiCViup21n9QyfJFW/EF4WIMB

0 comments on commit beee049

Please sign in to comment.