diff options
Diffstat (limited to 'testing/ssh')
-rwxr-xr-x | testing/ssh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/ssh b/testing/ssh index 4777cfb47..95d064c15 100755 --- a/testing/ssh +++ b/testing/ssh @@ -2,6 +2,7 @@ DIR=$(dirname `readlink -f $0`) . $DIR/testing.conf +SSHCONF="-F $DIR/ssh_config" if [ $# == 0 ] then |