From f4b33c70c9e3c92195952d5387f80455b0674973f77fa4804a79cc06b516c4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 12 Jun 2025 09:38:01 +0000 Subject: [PATCH] one more try OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-scp?expand=0&rev=28 --- python-scp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-scp.spec b/python-scp.spec index 391a66d..a8d0afc 100644 --- a/python-scp.spec +++ b/python-scp.spec @@ -55,6 +55,7 @@ and has only been tested with this implementation. %check export SCPPY_PORT=10022 +mkdir -p .ssh; touch .ssh/config echo 'PubkeyAcceptedKeyTypes=+ssh-dss' >> .ssh/config ./.ci/setup_ssh.sh # gh#jbardin/scp.py#167