remove MIM attack possibility by specifying the host key to use for zmrepo.zoneminder.com. Might also solve travis deploy problems

This commit is contained in:
Isaac Connor 2019-11-18 13:43:44 -05:00
parent c3250dea00
commit 16cea4b65a
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,6 @@ branches:
- modern
cache: ccache
addons:
ssh_known_hosts: zmrepo.zoneminder.com
apt:
sources:
- sourceline: ppa:iconnor/zoneminder
@ -29,6 +28,8 @@ addons:
- dnsutils
- traceroute
install:
install:
- echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUW9tjP/Qt/00QaXPSMiDgQ9FvaK4EWRQ8FZgs+oW1tc0BupC6cxJYiLBI69l1HA1CvaqVxsbtHIbNSIxsK3MbhXR/q7MUzIp/4tgjhAlYDG1gAQzxWrm8Tt/UBhb2L8BaFAl2Ja3WBfJE00qzUrMb0pVYzif2CnUdxw/G08eOTvUKOBtN9hAZT6Qonz6QrHvOzHMaJnsr/WHtpKV/i23ktx0giN4l9cq2lk0sQTr3rQFOrg2e5kDJBdtLGmW/zGrRzoSE3EGgUkKp1Fzlt4XMjjjofL1h8kTDUYs2P8ndNEKfOetjDWQEMfmzD5qj+REl7TtY+DsBI98sSfRD9qYn isaac@zoneminder.com' >> $HOME/.ssh/known_hosts
- update-binfmts --enable qemu-arm
env: