summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authornaddy@openbsd.org <naddy@openbsd.org>2019-12-21 20:22:34 +0000
committerDamien Miller <djm@mindrot.org>2019-12-30 14:31:40 +1100
commit141df487ba699cfd1ec3dcd98186e7c956e99024 (patch)
treed759e3195bf74db1bf1673c563dd24450fcc4c50 /ssh-add.1
parentfbd9729d4eadf2f7097b6017156387ac64302453 (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.121
1 files changed, 8 insertions, 13 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 1832ae66d..45af7357a 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -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
136Be quiet after a successful operation. 136Be quiet after a successful operation.
137.It Fl S Ar provider 137.It Fl S Ar provider
138Specifies a path to a security key provider library that will be used when 138Specifies a path to a library that will be used when adding
139adding any security key-hosted keys, overriding the default of using the 139FIDO authenticator-hosted keys, overriding the default of using the
140internal USB HID support. 140internal USB HID support.
141.It Fl s Ar pkcs11 141.It Fl s Ar pkcs11
142Add keys provided by the PKCS#11 shared library 142Add 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
198socket used to communicate with the agent. 198socket used to communicate with the agent.
199.It Ev SSH_SK_PROVIDER 199.It Ev SSH_SK_PROVIDER
200Specifies the path to a security key provider library used to interact with 200Specifies the path to a library used to interact with FIDO authenticators.
201hardware 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
206Contains the DSA authentication identity of the user.
207.It Pa ~/.ssh/id_ecdsa 205.It Pa ~/.ssh/id_ecdsa
208Contains the ECDSA authentication identity of the user.
209.It Pa ~/.ssh/id_ecdsa_sk 206.It Pa ~/.ssh/id_ecdsa_sk
210Contains the security key-hosted ECDSA authentication identity of the user.
211.It Pa ~/.ssh/id_ed25519 207.It Pa ~/.ssh/id_ed25519
212Contains the Ed25519 authentication identity of the user.
213.It Pa ~/.ssh/id_ed25519_sk 208.It Pa ~/.ssh/id_ed25519_sk
214Contains the security key-hosted Ed25519 authentication identity of the user.
215.It Pa ~/.ssh/id_rsa 209.It Pa ~/.ssh/id_rsa
216Contains the RSA authentication identity of the user. 210Contains the DSA, ECDSA, authenticator-hosted ECDSA, Ed25519,
211authenticator-hosted Ed25519 or RSA authentication identity of the user.
217.El 212.El
218.Pp 213.Pp
219Identity files should not be readable by anyone but the user. 214Identity files should not be readable by anyone but the user.