Florian Klink
aed77a8fb2
tree-wide: replace /bin/bash with /usr/bin/env bash
...
The latter is more portable, while the former only works on systems
where /bin/bash exists (or is symlinked appropriately).
2024-06-11 12:47:47 +01:00
Nick Craig-Wood
40bcc7a90b
fstest: fix sftp ssh integration tests
...
This adds a private and public key to the SFTP SSH test so that it
works when it doesn't have access to my ssh agent!
2023-09-03 15:23:12 +01:00
Nick Craig-Wood
10449c86a4
sftp: add --sftp-ssh to specify an external ssh binary to use
...
This allows using an external ssh binary instead of the built in ssh
library for making SFTP connections.
This makes another integration test target TestSFTPRcloneSSH:
Fixes #7012
2023-07-28 10:29:02 +01:00