diff options
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -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 | |||
109 | Remove key in smartcard | 109 | Remove 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 | ||
115 | Contains the protocol version 1 RSA authentication identity of the user. | ||
116 | .It Pa $HOME/.ssh/id_dsa | ||
117 | Contains the protocol version 2 DSA authentication identity of the user. | ||
118 | .It Pa $HOME/.ssh/id_rsa | ||
119 | Contains the protocol version 2 RSA authentication identity of the user. | ||
120 | .El | ||
121 | .Pp | ||
122 | Identity files should not be readable by anyone but the user. | ||
123 | Note that | ||
124 | .Nm | ||
125 | ignores 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.) | |||
152 | Identifies the path of a unix-domain socket used to communicate with the | 138 | Identifies the path of a unix-domain socket used to communicate with the |
153 | agent. | 139 | agent. |
154 | .El | 140 | .El |
141 | .Sh FILES | ||
142 | .Bl -tag -width Ds | ||
143 | .It Pa $HOME/.ssh/identity | ||
144 | Contains the protocol version 1 RSA authentication identity of the user. | ||
145 | .It Pa $HOME/.ssh/id_dsa | ||
146 | Contains the protocol version 2 DSA authentication identity of the user. | ||
147 | .It Pa $HOME/.ssh/id_rsa | ||
148 | Contains the protocol version 2 RSA authentication identity of the user. | ||
149 | .El | ||
150 | .Pp | ||
151 | Identity files should not be readable by anyone but the user. | ||
152 | Note that | ||
153 | .Nm | ||
154 | ignores identity files if they are accessible by others. | ||
155 | .Sh DIAGNOSTICS | 155 | .Sh DIAGNOSTICS |
156 | Exit status is 0 on success, 1 if the specified command fails, | 156 | Exit status is 0 on success, 1 if the specified command fails, |
157 | and 2 if | 157 | and 2 if |
158 | .Nm | 158 | .Nm |
159 | is unable to contact the authentication agent. | 159 | is 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 |
161 | OpenSSH is a derivative of the original and free | 166 | OpenSSH is a derivative of the original and free |
162 | ssh 1.2.12 release by Tatu Ylonen. | 167 | ssh 1.2.12 release by Tatu Ylonen. |
@@ -166,8 +171,3 @@ removed many bugs, re-added newer features and | |||
166 | created OpenSSH. | 171 | created OpenSSH. |
167 | Markus Friedl contributed the support for SSH | 172 | Markus Friedl contributed the support for SSH |
168 | protocol versions 1.5 and 2.0. | 173 | protocol 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 | ||