diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-04-11 13:25:59 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-04-11 14:08:30 +0200 |
commit | ef1f3798a0d06fa5e3ba9ae9cda0d1000e4cc57b (patch) | |
tree | 7d0b8fe5ee9534c82e2a0a80067ae61115acc2c3 /INSTALL | |
parent | 4f4cfff620ecaa27e4b50f542f6f1e9af9d08e30 (diff) |
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>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Setup on Arch Linux $ cd /srv/http/aurweb/ $ git clone git://anongit.mindrot.org/openssh.git $ cd openssh - $ git checkout V_6_7_P1 + $ git checkout V_6_8_P1 $ git am ../scripts/git-integration/0001-Patch-sshd-for-the-AUR.patch $ autoreconf $ ./configure |