#!/bin/bash
# SSH wrapper to specify right config and other files
HAPROXY_DIR="$OPENSHIFT_HOMEDIR/haproxy-1.4"
/usr/bin/ssh -q -o 'BatchMode=yes' -o 'StrictHostKeyChecking=no' -o "UserKnownHostsFile=$HAPROXY_DIR/.ssh/known_hosts" -F "$HAPROXY_DIR/.ssh/config" -i ${HAPROXY_DIR}/.ssh/haproxy_id_rsa $@
