summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-11 15:59:35 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-11 15:59:35 +0000
commit18a82ac02941bb770e0edb9d849fd4e2d74aa682 (patch)
tree0cb4dbbef8d7add693d702f628d251219766eb91 /ssh-add.1
parentb39215168584a1601a47356697963d808614990a (diff)
- itojun@cvs.openbsd.org 2001/04/10 09:13:22
[ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8] document id_rsa{.pub,}. markus ok
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.18
1 files changed, 5 insertions, 3 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 3cdf33745..d7725c6e3 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.23 2001/04/09 15:19:49 markus Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.24 2001/04/10 09:13:21 itojun Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -80,7 +80,7 @@ Deletes all identities from the agent.
80.Sh FILES 80.Sh FILES
81.Bl -tag -width Ds 81.Bl -tag -width Ds
82.It Pa $HOME/.ssh/identity 82.It Pa $HOME/.ssh/identity
83Contains the RSA authentication identity of the user. 83Contains the protocol version 1 RSA authentication identity of the user.
84This file should not be readable by anyone but the user. 84This file should not be readable by anyone but the user.
85Note that 85Note that
86.Nm 86.Nm
@@ -92,7 +92,9 @@ This is the default file added by
92.Nm 92.Nm
93when no other files have been specified. 93when no other files have been specified.
94.It Pa $HOME/.ssh/id_dsa 94.It Pa $HOME/.ssh/id_dsa
95Contains the DSA authentication identity of the user. 95Contains the protocol version 2 DSA authentication identity of the user.
96.It Pa $HOME/.ssh/id_rsa
97Contains the protocol version 2 RSA authentication identity of the user.
96.El 98.El
97.Sh ENVIRONMENT 99.Sh ENVIRONMENT
98.Bl -tag -width Ds 100.Bl -tag -width Ds