Skip to content

Commit b68e520

Browse files
committed
man: device -> security key
1 parent a70cfd0 commit b68e520

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

man/pam_u2f.8.txt

+7-7
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sequences result in an authentication error. See also `openasuser`.
5656
*authpending_file*=_file_::
5757
Set the location of the file that is used for touch request
5858
notifications. This file will be opened when pam-u2f starts waiting
59-
for a user to touch the device, and will be closed when it no longer
59+
for a user to touch the security key, and will be closed when it no longer
6060
waits for a touch. Use inotify to listen on these events, or a more
6161
high-level tool like yubikey-touch-detector. Default value:
6262
/var/run/user/$UID/pam-u2f-authpending. Set an empty value in order to
@@ -80,13 +80,13 @@ Set to enable all authentication attempts to succeed (aka presentation
8080
mode).
8181

8282
*max_devices*=_n_devices_::
83-
Maximum number of devices (credentials) allowed per user (default is 24).
84-
Devices specified in the authorization mapping file that exceed this value
85-
will be ignored.
83+
Maximum number of security keys allowed per user (default is 24).
84+
Security keys specified in the authorization mapping file that exceed this
85+
value will be ignored.
8686

8787
*interactive*::
8888
Set to prompt a message and wait before testing the presence of a U2F
89-
device. Recommended if your device doesn't have tactile trigger.
89+
security key. Recommended if your security key doesn't have tactile trigger.
9090

9191
*[prompt=your prompt here]*::
9292
Set individual prompt message for interactive mode. Watch the square
@@ -100,7 +100,7 @@ sessions without U2F-support from the SSH client/server. If enabled,
100100
interactive mode becomes redundant and has no effect.
101101

102102
*cue*::
103-
Set to prompt a message to remind to touch the device.
103+
Set to prompt a message to remind to touch the security key.
104104

105105
*[cue_prompt=your prompt here]*::
106106
Set individual prompt message for the cue option. Watch the square
@@ -130,7 +130,7 @@ support for a FIDO2 PIN is required.
130130

131131
*sshformat*::
132132
Use credentials produced by versions of OpenSSH that have support for
133-
FIDO devices. It is not possible to mix native credentials and SSH
133+
FIDO security keys. It is not possible to mix native credentials and SSH
134134
credentials. Once this option is enabled all credentials will be parsed
135135
as SSH.
136136

man/pamu2fcfg.1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Require user verification during authentication. Defaults to off.
4949
*Print version and exit*
5050

5151
*-u*, *--username*=_STRING_::
52-
The name of the user registering the device. Defaults to the current user name.
52+
The name of the user registering the security key. Defaults to the current user name.
5353

5454
*-n*, *--nouser*::
5555
Print only registration information (key handle, public key, and options).

0 commit comments

Comments
 (0)