From e9a8b903ba72a6db2224dc0fac5257885a6bb3a7 Mon Sep 17 00:00:00 2001 From: tevariou Date: Fri, 10 Feb 2023 17:55:46 +0100 Subject: [PATCH] fix: use legacy scp without sftp --- scpbastion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scpbastion.sh b/scpbastion.sh index a0fe8c9..5f5cba8 100755 --- a/scpbastion.sh +++ b/scpbastion.sh @@ -1,2 +1,2 @@ #!/bin/sh -exec scp -S $(dirname $0)/scpwrapper.py "$@" +exec scp -O -S $(dirname $0)/scpwrapper.py "$@"