gitea-app/test/git_ssh_wrapper.sh
Johannes Zellner 3e95af2256 Fixup tests
2023-11-15 12:50:25 +01:00

6 lines
201 B
Bash
Executable file

#!/bin/bash
readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
ssh -o IdentitiesOnly=yes -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i ${SCRIPT_DIR}/id_ed25519 "$@"