Direktori : /opt/saltstack/salt/lib/python3.10/site-packages/salt/templates/git/ |
Current File : //opt/saltstack/salt/lib/python3.10/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 "$@"