diff options
author | naddy@openbsd.org <naddy@openbsd.org> | 2019-12-21 21:22:34 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-12-30 04:31:40 +0100 |
commit | 141df487ba699cfd1ec3dcd98186e7c956e99024 (patch) | |
tree | d759e3195bf74db1bf1673c563dd24450fcc4c50 /ssh-agent.1 | |
parent | upstream: unit tests for ForwardAgent=/path; from Eric Chiang (diff) | |
download | openssh-141df487ba699cfd1ec3dcd98186e7c956e99024.tar.xz openssh-141df487ba699cfd1ec3dcd98186e7c956e99024.zip |
upstream: Replace the term "security key" with "(FIDO)
authenticator".
The polysemous use of "key" was too confusing. Input from markus@.
ok jmc@
OpenBSD-Commit-ID: 12eea973a44c8232af89f86e4269d71ae900ca8f
Diffstat (limited to 'ssh-agent.1')
-rw-r--r-- | ssh-agent.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1 index a3f63467c..fff0db6bc 100644 --- a/ssh-agent.1 +++ b/ssh-agent.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-agent.1,v 1.69 2019/11/30 07:07:59 jmc Exp $ +.\" $OpenBSD: ssh-agent.1,v 1.70 2019/12/21 20:22:34 naddy Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 30 2019 $ +.Dd $Mdocdate: December 21 2019 $ .Dt SSH-AGENT 1 .Os .Sh NAME @@ -98,8 +98,8 @@ Kill the current agent (given by the .Ev SSH_AGENT_PID environment variable). .It Fl P Ar provider_whitelist -Specify a pattern-list of acceptable paths for PKCS#11 and security key shared -libraries that may be used with the +Specify a pattern-list of acceptable paths for PKCS#11 and FIDO authenticator +shared libraries that may be used with the .Fl S or .Fl s |