From 68c3b8e41035dd772b766ccc774eb6b8d4cb493b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20La=C3=ADns?= Date: Sun, 16 Feb 2020 05:36:15 +0000 Subject: [PATCH] openssh: add fido2 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filipe LaĆ­ns --- openssh/trunk/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/openssh/trunk/PKGBUILD b/openssh/trunk/PKGBUILD index b2888b2ca48..5ee9caa8f7c 100644 --- a/openssh/trunk/PKGBUILD +++ b/openssh/trunk/PKGBUILD @@ -9,10 +9,11 @@ pkgdesc='Premier connectivity tool for remote login with the SSH protocol' url='https://www.openssh.com/portable.html' license=('custom:BSD') arch=('x86_64') -makedepends=('linux-headers' 'git') +makedepends=('linux-headers' 'git' 'libfido2') depends=('krb5' 'openssl' 'libedit' 'ldns') optdepends=('xorg-xauth: X11 forwarding' - 'x11-ssh-askpass: input passphrase in X') + 'x11-ssh-askpass: input passphrase in X' + 'libfido2: FIDO/U2F support') validpgpkeys=('59C2118ED206D927E667EBE3D3E5F56B6D920D30') #source=("https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"{,.asc} source=("git://anongit.mindrot.org/openssh.git?signed#tag=V_8_2_P1" @@ -59,6 +60,7 @@ build() { --with-md5-passwords \ --with-pid-dir=/run \ --with-default-path='/usr/local/sbin:/usr/local/bin:/usr/bin' \ + --with-security-key-builtin make } -- 2.25.0