diff options
author | naddy@openbsd.org <naddy@openbsd.org> | 2019-12-21 20:22:34 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-12-30 14:31:40 +1100 |
commit | 141df487ba699cfd1ec3dcd98186e7c956e99024 (patch) | |
tree | d759e3195bf74db1bf1673c563dd24450fcc4c50 /ssh-add.1 | |
parent | fbd9729d4eadf2f7097b6017156387ac64302453 (diff) |
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-add.1')
-rw-r--r-- | ssh-add.1 | 21 |
1 files changed, 8 insertions, 13 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.76 2019/11/30 07:07:59 jmc Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.77 2019/12/21 20:22:34 naddy 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: November 30 2019 $ | 38 | .Dd $Mdocdate: December 21 2019 $ |
39 | .Dt SSH-ADD 1 | 39 | .Dt SSH-ADD 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -135,8 +135,8 @@ Lists fingerprints of all identities currently represented by the agent. | |||
135 | .It Fl q | 135 | .It Fl q |
136 | Be quiet after a successful operation. | 136 | Be quiet after a successful operation. |
137 | .It Fl S Ar provider | 137 | .It Fl S Ar provider |
138 | Specifies a path to a security key provider library that will be used when | 138 | Specifies a path to a library that will be used when adding |
139 | adding any security key-hosted keys, overriding the default of using the | 139 | FIDO authenticator-hosted keys, overriding the default of using the |
140 | internal USB HID support. | 140 | internal USB HID support. |
141 | .It Fl s Ar pkcs11 | 141 | .It Fl s Ar pkcs11 |
142 | Add keys provided by the PKCS#11 shared library | 142 | Add keys provided by the PKCS#11 shared library |
@@ -197,23 +197,18 @@ Identifies the path of a | |||
197 | .Ux Ns -domain | 197 | .Ux Ns -domain |
198 | socket used to communicate with the agent. | 198 | socket used to communicate with the agent. |
199 | .It Ev SSH_SK_PROVIDER | 199 | .It Ev SSH_SK_PROVIDER |
200 | Specifies the path to a security key provider library used to interact with | 200 | Specifies the path to a library used to interact with FIDO authenticators. |
201 | hardware security keys. | ||
202 | .El | 201 | .El |
203 | .Sh FILES | 202 | .Sh FILES |
204 | .Bl -tag -width Ds | 203 | .Bl -tag -width Ds -compact |
205 | .It Pa ~/.ssh/id_dsa | 204 | .It Pa ~/.ssh/id_dsa |
206 | Contains the DSA authentication identity of the user. | ||
207 | .It Pa ~/.ssh/id_ecdsa | 205 | .It Pa ~/.ssh/id_ecdsa |
208 | Contains the ECDSA authentication identity of the user. | ||
209 | .It Pa ~/.ssh/id_ecdsa_sk | 206 | .It Pa ~/.ssh/id_ecdsa_sk |
210 | Contains the security key-hosted ECDSA authentication identity of the user. | ||
211 | .It Pa ~/.ssh/id_ed25519 | 207 | .It Pa ~/.ssh/id_ed25519 |
212 | Contains the Ed25519 authentication identity of the user. | ||
213 | .It Pa ~/.ssh/id_ed25519_sk | 208 | .It Pa ~/.ssh/id_ed25519_sk |
214 | Contains the security key-hosted Ed25519 authentication identity of the user. | ||
215 | .It Pa ~/.ssh/id_rsa | 209 | .It Pa ~/.ssh/id_rsa |
216 | Contains the RSA authentication identity of the user. | 210 | Contains the DSA, ECDSA, authenticator-hosted ECDSA, Ed25519, |
211 | authenticator-hosted Ed25519 or RSA authentication identity of the user. | ||
217 | .El | 212 | .El |
218 | .Pp | 213 | .Pp |
219 | Identity files should not be readable by anyone but the user. | 214 | Identity files should not be readable by anyone but the user. |