1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-01-15 16:51:06 +00:00
gitea-app/test/git_ssh_wrapper.sh

6 lines
201 B
Bash
Raw Normal View History

2015-11-25 00:28:22 -08:00
#!/bin/bash
readonly SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2023-11-15 12:50:25 +01:00
ssh -o IdentitiesOnly=yes -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -i ${SCRIPT_DIR}/id_ed25519 "$@"