diff options
-rw-r--r-- | ssh-add.1 | 8 | ||||
-rw-r--r-- | ssh-keygen.1 | 8 |
2 files changed, 10 insertions, 6 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.78 2020/01/17 20:13:47 naddy Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.79 2020/02/07 03:57:31 djm Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -35,7 +35,7 @@ | |||
35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
37 | .\" | 37 | .\" |
38 | .Dd $Mdocdate: January 17 2020 $ | 38 | .Dd $Mdocdate: February 7 2020 $ |
39 | .Dt SSH-ADD 1 | 39 | .Dt SSH-ADD 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -199,7 +199,9 @@ Identifies the path of a | |||
199 | .Ux Ns -domain | 199 | .Ux Ns -domain |
200 | socket used to communicate with the agent. | 200 | socket used to communicate with the agent. |
201 | .It Ev SSH_SK_PROVIDER | 201 | .It Ev SSH_SK_PROVIDER |
202 | Specifies the path to a library used to interact with FIDO authenticators. | 202 | Specifies a path to a library that will be used when loading any |
203 | FIDO authenticator-hosted keys, overriding the default of using | ||
204 | the built-in USB HID support. | ||
203 | .El | 205 | .El |
204 | .Sh FILES | 206 | .Sh FILES |
205 | .Bl -tag -width Ds -compact | 207 | .Bl -tag -width Ds -compact |
diff --git a/ssh-keygen.1 b/ssh-keygen.1 index 51aee21aa..7af564297 100644 --- a/ssh-keygen.1 +++ b/ssh-keygen.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keygen.1,v 1.200 2020/02/04 09:58:04 djm Exp $ | 1 | .\" $OpenBSD: ssh-keygen.1,v 1.201 2020/02/07 03:57:31 djm Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -35,7 +35,7 @@ | |||
35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
37 | .\" | 37 | .\" |
38 | .Dd $Mdocdate: February 4 2020 $ | 38 | .Dd $Mdocdate: February 7 2020 $ |
39 | .Dt SSH-KEYGEN 1 | 39 | .Dt SSH-KEYGEN 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -1116,7 +1116,9 @@ user2@example.com namespaces="file" ssh-ed25519 AAA41... | |||
1116 | .Sh ENVIRONMENT | 1116 | .Sh ENVIRONMENT |
1117 | .Bl -tag -width Ds | 1117 | .Bl -tag -width Ds |
1118 | .It Ev SSH_SK_PROVIDER | 1118 | .It Ev SSH_SK_PROVIDER |
1119 | Specifies the path to a library used to interact with FIDO authenticators. | 1119 | Specifies a path to a library that will be used when loading any |
1120 | FIDO authenticator-hosted keys, overriding the default of using | ||
1121 | the built-in USB HID support. | ||
1120 | .El | 1122 | .El |
1121 | .Sh FILES | 1123 | .Sh FILES |
1122 | .Bl -tag -width Ds -compact | 1124 | .Bl -tag -width Ds -compact |