Setup SSH passthrough script
This commit is contained in:
2
ansible/templates/gitea
Executable file
2
ansible/templates/gitea
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
ssh -p $GIT_SSH_PORT -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"
|
Reference in New Issue
Block a user