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

View File

@@ -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