Skip to content

Commit

Permalink
ci: ignore host-key change in CI-ssh server
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Jun 6, 2024
1 parent 4dd8c89 commit 4e370d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ 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
- mkdir -p ~/.ssh
- echo StrictHostKeyChecking no > ~/.ssh/config
- chmod go-rwx ~/.ssh/config

install:
# verify that a PY variable is declared that identifies the desired Python version
Expand Down

0 comments on commit 4e370d4

Please sign in to comment.