git_ssh.sh 82 Bytes
Newer Older
e0d committed
1 2
#!/bin/sh
exec /usr/bin/ssh -o StrictHostKeyChecking=no -i /etc/git-identity "$@"