summaryrefslogtreecommitdiff
path: root/git/scripts/ssh_wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git/scripts/ssh_wrapper.sh')
-rwxr-xr-xgit/scripts/ssh_wrapper.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/git/scripts/ssh_wrapper.sh b/git/scripts/ssh_wrapper.sh
new file mode 100755
index 00000000..bc0ab024
--- /dev/null
+++ b/git/scripts/ssh_wrapper.sh
@@ -0,0 +1,2 @@
+#!/usr/bin/env sh
+ssh -i "$GIT_SSH_KEY_FILE" $@