Updated the gitea playbook for ssh passthrough. Still not fully there though.
This commit is contained in:
2
gitea/files/gitea
Normal file
2
gitea/files/gitea
Normal 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 $@"
|
||||
Reference in New Issue
Block a user