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:
parent
c3250dea00
commit
16cea4b65a
|
@ -10,7 +10,6 @@ branches:
|
||||||
- modern
|
- modern
|
||||||
cache: ccache
|
cache: ccache
|
||||||
addons:
|
addons:
|
||||||
ssh_known_hosts: zmrepo.zoneminder.com
|
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: ppa:iconnor/zoneminder
|
- sourceline: ppa:iconnor/zoneminder
|
||||||
|
@ -29,6 +28,8 @@ addons:
|
||||||
- dnsutils
|
- dnsutils
|
||||||
- traceroute
|
- traceroute
|
||||||
install:
|
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
|
- update-binfmts --enable qemu-arm
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue