diff options
| author | hc <hc@email.ch> | 2024-10-02 11:15:50 +0800 |
|---|---|---|
| committer | hc <hc@email.ch> | 2024-10-02 11:15:50 +0800 |
| commit | 58f75cd799cefa86a378a78599710de0099cb86a (patch) | |
| tree | 42e11c53acb2e1414efe5e6a64380ef589f31dea /git/tools/git-ssh-wrapper.sh | |
| parent | 809a9229b68f4b1385915c152a49e69ebee963a7 (diff) | |
added ssh agrent forwarding
Diffstat (limited to 'git/tools/git-ssh-wrapper.sh')
| -rwxr-xr-x | git/tools/git-ssh-wrapper.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git/tools/git-ssh-wrapper.sh b/git/tools/git-ssh-wrapper.sh new file mode 100755 index 0000000..dc23334 --- /dev/null +++ b/git/tools/git-ssh-wrapper.sh @@ -0,0 +1,2 @@ +#!/bin/bash +ssh -v -A -o ForwardAgent=yes "$@" |
