summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authornicoo <nicoo@debian.org>2020-02-23 15:31:23 +0100
committerNicolas Braud-Santoni <nicolas@braud-santoni.eu>2020-02-23 15:34:39 +0100
commit399de849155d9d77d1a5b325afa4b75550c55fb4 (patch)
tree7a04c6a11d4a92e12e0dfa5c3d6471ebd74af4dd /README.adoc
parent28215e6c161c70cb1bcae7d01195fefcffb09d32 (diff)
parentc923f422b1e455bdd8ec3bdb10d005e3bfbacfe0 (diff)
Update upstream source from tag 'upstream/1.3.1'
Update to upstream version '1.3.1' with Debian dir 96d0ec6cfbe8efa2e15111ccc5e79c78bd725385
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc17
1 files changed, 1 insertions, 16 deletions
diff --git a/README.adoc b/README.adoc
index 8693417..ce8ac1e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -31,7 +31,7 @@ is also available.
31 31
32==== Releases 32==== Releases
33 33
34The current release of *libfido2* is 1.3.0. Please consult Yubico's 34The current release of *libfido2* is 1.3.1. Please consult Yubico's
35https://developers.yubico.com/libfido2/Releases[release page] for source 35https://developers.yubico.com/libfido2/Releases[release page] for source
36and binary releases. 36and binary releases.
37 37
@@ -71,18 +71,3 @@ KERNEL=="hidraw*", SUBSYSTEM=="hidraw", \
71On Windows 1903 and newer versions, access to FIDO devices has been restricted 71On Windows 1903 and newer versions, access to FIDO devices has been restricted
72to applications using the operating system's native API. Use of *libfido2* 72to applications using the operating system's native API. Use of *libfido2*
73is still possible in privileged applications. 73is still possible in privileged applications.
74
75=== OpenSSH Integration
76
77*libfido2* includes middleware allowing https://www.openssh.com[OpenSSH] to
78talk to U2F/FIDO2 devices. Note that server support is required for
79authentication. In a nutshell:
80
81==== Key Generation
82
83 $ ssh-keygen -t [ecdsa-sk|ed25519-sk] -w /path/to/libsk-libfido2.so
84
85==== Authentication
86
87 $ ssh-agent -P /path/to/libsk-libfido2.so
88 $ ssh-add -S /path/to/libsk-libfido2.so