summaryrefslogtreecommitdiff
path: root/backend/wrapped_ssh.sh
blob: 238f735072d2ea802635b1c56a341048f212cdad (plain)
1
2
3
4
5
6
#!/usr/bin/env sh

SCRIPTDIR="$( cd "$( dirname "$0" )" >/dev/null 2>&1 && pwd )"

ssh -F "$SCRIPTDIR"/auth/ssh-config "$@"