14
0
forked from pool/python-scp
2025-06-12 09:38:01 +00:00
committed by Git OBS Bridge
parent 213de606cf
commit e53eaa398d

View File

@@ -55,6 +55,7 @@ and has only been tested with this implementation.
%check %check
export SCPPY_PORT=10022 export SCPPY_PORT=10022
mkdir -p .ssh; touch .ssh/config
echo 'PubkeyAcceptedKeyTypes=+ssh-dss' >> .ssh/config echo 'PubkeyAcceptedKeyTypes=+ssh-dss' >> .ssh/config
./.ci/setup_ssh.sh ./.ci/setup_ssh.sh
# gh#jbardin/scp.py#167 # gh#jbardin/scp.py#167