diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-02-07 03:57:31 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2020-02-07 15:03:20 +1100 |
commit | 963d71851e727ffdd2a97fe0898fad61d4a70ba1 (patch) | |
tree | d7d87effac31f12a20fe93194547fcde4359b693 /ssh-add.1 | |
parent | d4d9e1d40514e2746f9e05335d646512ea1020c6 (diff) |
upstream: sync the description of the $SSH_SK_PROVIDER environment
variable with that of the SecurityKeyProvider ssh/sshd_config(5) directive,
as the latter was more descriptive.
OpenBSD-Commit-ID: 0488f09530524a7e53afca6b6e1780598022552f
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 8 |
1 files changed, 5 insertions, 3 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 |