#!/snap/git-ubuntu/current/usr/bin/sh

. "$SNAP/wrappers/arch-specific"

# Use the host's ssh. As an exception to git-ubuntu embedding everything
# required in the snap, LP: #1871827 showed us that we really depend on the
# user's ssh configuration on the host and on further thought it is the user's
# expectation that their host ssh configuration be used.
exec /usr/bin/ssh "$@"
