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 - 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 +30,7 @@ addons:
- traceroute - traceroute
install: install:
- echo 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP18YATYUWNFiwfsVMThgzKRLrTn2+vFDAMvl0hz/O0C1pxfdODqrevGD5bkONNzRa+Olq+ZbEZ0ZYiybFzbgWg= zoneminder.com' >> $HOME/.ssh/known_hosts - 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 - update-binfmts --enable qemu-arm
env: env: