Updated the gitea playbook for ssh passthrough. Still not fully there though.

This commit is contained in:
2021-08-24 09:14:15 +05:30
parent 1189c478d6
commit f26261fb99
2 changed files with 76 additions and 1 deletions

2
gitea/files/gitea Normal file
View File

@ -0,0 +1,2 @@
#!/bin/sh
ssh -p 2222 -o StrictHostKeyChecking=no git@127.0.0.1 "SSH_ORIGINAL_COMMAND=\"$SSH_ORIGINAL_COMMAND\" $0 $@"