diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-05-21 10:48:23 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-05-21 10:54:20 +0200 |
commit | 42b9e4dd2870949f8dfb91e524bc13f98abd7a7d (patch) | |
tree | ca891577ab24160c1d7bf69bc08dbb66f7edf624 /scripts/git-integration/git-auth.sh | |
parent | 75923205afaba81968caf2e805c079b4f94a75d5 (diff) |
Remove the OpenSSH patch
Extended AuthorizedKeysCommand parameters are now officially supported
by OpenSSH.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'scripts/git-integration/git-auth.sh')
-rwxr-xr-x | scripts/git-integration/git-auth.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/git-integration/git-auth.sh b/scripts/git-integration/git-auth.sh new file mode 100755 index 0000000..c6a5401 --- /dev/null +++ b/scripts/git-integration/git-auth.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +/srv/http/aurweb/scripts/git-integration/git-auth.py "$1" "$2" |