summaryrefslogtreecommitdiff
path: root/ssh-agent.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-agent.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-agent.1')
-rw-r--r--ssh-agent.18
1 files changed, 5 insertions, 3 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1
index a14f359a4..1d214698d 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-agent.1,v 1.23 2001/04/02 17:32:23 deraadt Exp $ 1.\" $OpenBSD: ssh-agent.1,v 1.24 2001/04/10 09:13:21 itojun 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
@@ -142,7 +142,7 @@ line terminates.
142.Sh FILES 142.Sh FILES
143.Bl -tag -width Ds 143.Bl -tag -width Ds
144.It Pa $HOME/.ssh/identity 144.It Pa $HOME/.ssh/identity
145Contains the RSA authentication identity of the user. 145Contains the protocol version 1 RSA authentication identity of the user.
146This file should not be readable by anyone but the user. 146This file should not be readable by anyone but the user.
147It is possible to 147It is possible to
148specify a passphrase when generating the key; that passphrase will be 148specify a passphrase when generating the key; that passphrase will be
@@ -153,7 +153,9 @@ but is normally added to the agent using
153.Xr ssh-add 1 153.Xr ssh-add 1
154at login time. 154at login time.
155.It Pa $HOME/.ssh/id_dsa 155.It Pa $HOME/.ssh/id_dsa
156Contains the DSA authentication identity of the user. 156Contains the protocol version 2 DSA authentication identity of the user.
157.It Pa $HOME/.ssh/id_rsa
158Contains the protocol version 2 RSA authentication identity of the user.
157.It Pa /tmp/ssh-XXXXXXXX/agent.<pid> 159.It Pa /tmp/ssh-XXXXXXXX/agent.<pid>
158Unix-domain sockets used to contain the connection to the 160Unix-domain sockets used to contain the connection to the
159authentication agent. 161authentication agent.