put back ssh_known_hosts add-on since the other hack doesn't seem to be working

This commit is contained in:
Isaac Connor 2019-11-20 13:06:30 -05:00
parent d1458108f4
commit 65222ff726
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ branches:
- modern
cache: ccache
addons:
ssh_known_hosts: zmrepo.zoneminder.com
apt:
sources:
- sourceline: ppa:iconnor/zoneminder
@ -29,6 +30,7 @@ addons:
- traceroute
install:
- echo 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP18YATYUWNFiwfsVMThgzKRLrTn2+vFDAMvl0hz/O0C1pxfdODqrevGD5bkONNzRa+Olq+ZbEZ0ZYiybFzbgWg= zoneminder.com' >> $HOME/.ssh/known_hosts
- cat $HOME/.ssh/known_hosts
- update-binfmts --enable qemu-arm
env: