Implement ssh config of gitea role

This commit is contained in:
uumas
2022-03-10 09:05:33 +02:00
parent ef9e2cdee5
commit b63efbf66b
6 changed files with 40 additions and 2 deletions

View File

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