summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-11 22:04:39 +1000
committerDamien Miller <djm@mindrot.org>2003-06-11 22:04:39 +1000
commitf1ce505daf3ab14b42aa1eba41272fa103d3f4d0 (patch)
tree74487974ae0cdb719b6ef76302408119b4a705c7 /ssh-add.1
parent78f2e5ca98e36fa9e87e967243aedacde8d64156 (diff)
- jmc@cvs.openbsd.org 2003/06/10 09:12:11
[scp.1 sftp-server.8 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5] [sshd.8 sshd_config.5 ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8] - section reorder - COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.140
1 files changed, 20 insertions, 20 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index bcdb8e7f6..fe0190859 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.38 2003/03/28 10:11:43 jmc Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.39 2003/06/10 09:12:11 jmc Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -109,20 +109,6 @@ Add key in smartcard
109Remove key in smartcard 109Remove key in smartcard
110.Ar reader . 110.Ar reader .
111.El 111.El
112.Sh FILES
113.Bl -tag -width Ds
114.It Pa $HOME/.ssh/identity
115Contains the protocol version 1 RSA authentication identity of the user.
116.It Pa $HOME/.ssh/id_dsa
117Contains the protocol version 2 DSA authentication identity of the user.
118.It Pa $HOME/.ssh/id_rsa
119Contains the protocol version 2 RSA authentication identity of the user.
120.El
121.Pp
122Identity files should not be readable by anyone but the user.
123Note that
124.Nm
125ignores identity files if they are accessible by others.
126.Sh ENVIRONMENT 112.Sh ENVIRONMENT
127.Bl -tag -width Ds 113.Bl -tag -width Ds
128.It Ev "DISPLAY" and "SSH_ASKPASS" 114.It Ev "DISPLAY" and "SSH_ASKPASS"
@@ -152,11 +138,30 @@ to make this work.)
152Identifies the path of a unix-domain socket used to communicate with the 138Identifies the path of a unix-domain socket used to communicate with the
153agent. 139agent.
154.El 140.El
141.Sh FILES
142.Bl -tag -width Ds
143.It Pa $HOME/.ssh/identity
144Contains the protocol version 1 RSA authentication identity of the user.
145.It Pa $HOME/.ssh/id_dsa
146Contains the protocol version 2 DSA authentication identity of the user.
147.It Pa $HOME/.ssh/id_rsa
148Contains the protocol version 2 RSA authentication identity of the user.
149.El
150.Pp
151Identity files should not be readable by anyone but the user.
152Note that
153.Nm
154ignores identity files if they are accessible by others.
155.Sh DIAGNOSTICS 155.Sh DIAGNOSTICS
156Exit status is 0 on success, 1 if the specified command fails, 156Exit status is 0 on success, 1 if the specified command fails,
157and 2 if 157and 2 if
158.Nm 158.Nm
159is unable to contact the authentication agent. 159is unable to contact the authentication agent.
160.Sh SEE ALSO
161.Xr ssh 1 ,
162.Xr ssh-agent 1 ,
163.Xr ssh-keygen 1 ,
164.Xr sshd 8
160.Sh AUTHORS 165.Sh AUTHORS
161OpenSSH is a derivative of the original and free 166OpenSSH is a derivative of the original and free
162ssh 1.2.12 release by Tatu Ylonen. 167ssh 1.2.12 release by Tatu Ylonen.
@@ -166,8 +171,3 @@ removed many bugs, re-added newer features and
166created OpenSSH. 171created OpenSSH.
167Markus Friedl contributed the support for SSH 172Markus Friedl contributed the support for SSH
168protocol versions 1.5 and 2.0. 173protocol versions 1.5 and 2.0.
169.Sh SEE ALSO
170.Xr ssh 1 ,
171.Xr ssh-agent 1 ,
172.Xr ssh-keygen 1 ,
173.Xr sshd 8