Gitea SSH container passthrough

This commit is contained in:
2022-05-27 02:28:51 -04:00
parent 03a57d2531
commit d7838563a1
5 changed files with 59 additions and 8 deletions

View File

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