Test sftp and scp for ssh connection.

This commit is contained in:
Matt Clay 2016-12-14 17:17:47 -08:00
parent 197658aff4
commit 80c559bdef
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1 @@
../connection_posix/test.sh

View file

@ -1 +0,0 @@
../connection_posix/test.sh

View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -eux
# sftp
./posix.sh "$@"
# scp
ANSIBLE_SCP_IF_SSH=true ./posix.sh "$@"