%PDF- %PDF-
| Direktori : /proc/self/root/proc/3522530/root/lib/python2.7/site-packages/salt/templates/git/ |
| Current File : //proc/self/root/proc/3522530/root/lib/python2.7/site-packages/salt/templates/git/ssh-id-wrapper |
#!/usr/bin/env sh
OPTS="-oStrictHostKeyChecking=no -oPasswordAuthentication=no -oKbdInteractiveAuthentication=no -oChallengeResponseAuthentication=no"
if test -n "$GIT_IDENTITY"; then
OPTS="$OPTS -i $GIT_IDENTITY"
fi
exec ssh $OPTS "$@"