mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Update the OpenSSH patch
Use the latest version of Damien Miller's patch to extend the parameters to the AuthorizedKeysCommand. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
4f4cfff620
commit
ef1f3798a0
5 changed files with 1063 additions and 119 deletions
|
@ -2,5 +2,5 @@ Port 2222
|
|||
HostKey ~/.ssh/ssh_host_rsa_key
|
||||
PasswordAuthentication no
|
||||
UsePrivilegeSeparation no
|
||||
AuthorizedKeysCommand /srv/http/aurweb/scripts/git-integration/git-auth.py
|
||||
AuthorizedKeysCommand /srv/http/aurweb/scripts/git-integration/git-auth.py "%t" "%k"
|
||||
AuthorizedKeysCommandUser aur
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue