]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add libfido2 to INSTALL.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 15 Nov 2019 03:01:00 +0000 (14:01 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 15 Nov 2019 03:01:20 +0000 (14:01 +1100)
INSTALL

diff --git a/INSTALL b/INSTALL
index c598fe5117ae32912fe7bfe0054dfb55f45cc544..46fc9e98a59d04609944d759d368619450976441 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -111,6 +111,15 @@ If you are making significant changes to the code you may need to rebuild
 the dependency (.depend) file using "make depend", which requires the
 "makedepend" tool from the X11 distribution.
 
+libfido2:
+
+libfido2 allows the use of hardware security keys over USB.  libfido2
+in turn depends on libcbor.
+
+https://github.com/Yubico/libfido2
+https://github.com/pjk/libcbor
+
+
 2. Building / Installation
 --------------------------