From e3efa5e593f3c6e32f98538d8376ae2ef38a8177 Mon Sep 17 00:00:00 2001 From: Christian Monch Date: Wed, 5 Jun 2024 20:32:00 +0200 Subject: [PATCH] ci: ignore host-key change in CI-ssh server --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 74405b0e..a483f01c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -277,6 +277,8 @@ for: - mkdir ~/DLTMP && export TMPDIR=~/DLTMP # establish a root directory for SSH tests - "mkdir ${DATALAD_TESTS_SERVER_LOCALPATH}" + # allow SSH access if the host key has changed + - echo StrictHostKeyChecking no >> ~/.ssh/config install: # verify that a PY variable is declared that identifies the desired Python version