summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.19
1 files changed, 6 insertions, 3 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 9b90257b4..73b91d945 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.71 2019/11/01 00:52:35 jmc Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.72 2019/11/07 08:38:38 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 1 2019 $ 38.Dd $Mdocdate: November 7 2019 $
39.Dt SSH-ADD 1 39.Dt SSH-ADD 1
40.Os 40.Os
41.Sh NAME 41.Sh NAME
@@ -63,6 +63,7 @@ When run without arguments, it adds the files
63.Pa ~/.ssh/id_rsa , 63.Pa ~/.ssh/id_rsa ,
64.Pa ~/.ssh/id_dsa , 64.Pa ~/.ssh/id_dsa ,
65.Pa ~/.ssh/id_ecdsa , 65.Pa ~/.ssh/id_ecdsa ,
66.Pa ~/.ssh/id_ecdsa_sk ,
66and 67and
67.Pa ~/.ssh/id_ed25519 . 68.Pa ~/.ssh/id_ed25519 .
68After loading a private key, 69After loading a private key,
@@ -135,7 +136,7 @@ Be quiet after a successful operation.
135.It Fl S Ar provider 136.It Fl S Ar provider
136Specifies a path to a security key provider library that will be used when 137Specifies a path to a security key provider library that will be used when
137adding any security key-hosted keys, overriding the default of using the 138adding any security key-hosted keys, overriding the default of using the
138.Ev "SSH_SK_PROVIDER" 139.Ev SSH_SK_PROVIDER
139environment variable to specify a provider. 140environment variable to specify a provider.
140.It Fl s Ar pkcs11 141.It Fl s Ar pkcs11
141Add keys provided by the PKCS#11 shared library 142Add keys provided by the PKCS#11 shared library
@@ -205,6 +206,8 @@ hardware security keys.
205Contains the DSA authentication identity of the user. 206Contains the DSA authentication identity of the user.
206.It Pa ~/.ssh/id_ecdsa 207.It Pa ~/.ssh/id_ecdsa
207Contains the ECDSA authentication identity of the user. 208Contains the ECDSA authentication identity of the user.
209.It Pa ~/.ssh/id_ecdsa_sk
210Contains the security key-hosted ECDSA authentication identity of the user.
208.It Pa ~/.ssh/id_ed25519 211.It Pa ~/.ssh/id_ed25519
209Contains the Ed25519 authentication identity of the user. 212Contains the Ed25519 authentication identity of the user.
210.It Pa ~/.ssh/id_rsa 213.It Pa ~/.ssh/id_rsa