diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2020-01-18 15:45:42 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2020-01-18 15:45:42 +0000 |
commit | b9fa230627552cd287d291ec6258b3ee2c3682c3 (patch) | |
tree | 6272c056c5d3d52b532d2b10d495bf8d233621ae /usr.bin/ssh | |
parent | 5c97986f79da03947176737a70c1ddfc085b7d2e (diff) |
undo merge error and replace the term "security key" again
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/ssh-keygen.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keygen.1 b/usr.bin/ssh/ssh-keygen.1 index 125add8f9ee..1827a8feed0 100644 --- a/usr.bin/ssh/ssh-keygen.1 +++ b/usr.bin/ssh/ssh-keygen.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ssh-keygen.1,v 1.191 2020/01/14 15:07:30 naddy Exp $ +.\" $OpenBSD: ssh-keygen.1,v 1.192 2020/01/18 15:45:41 naddy Exp $ .\" .\" Author: Tatu Ylonen <ylo@cs.hut.fi> .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -35,7 +35,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: January 14 2020 $ +.Dd $Mdocdate: January 18 2020 $ .Dt SSH-KEYGEN 1 .Os .Sh NAME @@ -923,7 +923,7 @@ Allows X11 forwarding. .It Ic no-touch-required Do not require signatures made using this key require demonstration of user presence (e.g. by having the user touch the key). -This option only makes sense for the Security Key algorithms +This option only makes sense for the FIDO authenticator algorithms .Cm ecdsa-sk and .Cm ed25519-sk . |