From c923f422b1e455bdd8ec3bdb10d005e3bfbacfe0 Mon Sep 17 00:00:00 2001 From: nicoo Date: Sun, 23 Feb 2020 15:31:16 +0100 Subject: New upstream version 1.3.1 --- README.adoc | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'README.adoc') 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. ==== Releases -The current release of *libfido2* is 1.3.0. Please consult Yubico's +The current release of *libfido2* is 1.3.1. Please consult Yubico's https://developers.yubico.com/libfido2/Releases[release page] for source and binary releases. @@ -71,18 +71,3 @@ KERNEL=="hidraw*", SUBSYSTEM=="hidraw", \ On Windows 1903 and newer versions, access to FIDO devices has been restricted to applications using the operating system's native API. Use of *libfido2* is still possible in privileged applications. - -=== OpenSSH Integration - -*libfido2* includes middleware allowing https://www.openssh.com[OpenSSH] to -talk to U2F/FIDO2 devices. Note that server support is required for -authentication. In a nutshell: - -==== Key Generation - - $ ssh-keygen -t [ecdsa-sk|ed25519-sk] -w /path/to/libsk-libfido2.so - -==== Authentication - - $ ssh-agent -P /path/to/libsk-libfido2.so - $ ssh-add -S /path/to/libsk-libfido2.so -- cgit v1.2.3