diff options
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.42 2005/03/01 17:32:19 jmc Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.43 2005/04/21 06:17:50 djm Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -57,10 +57,10 @@ | |||
57 | adds RSA or DSA identities to the authentication agent, | 57 | adds RSA or DSA identities to the authentication agent, |
58 | .Xr ssh-agent 1 . | 58 | .Xr ssh-agent 1 . |
59 | When run without arguments, it adds the files | 59 | When run without arguments, it adds the files |
60 | .Pa $HOME/.ssh/id_rsa , | 60 | .Pa ~/.ssh/id_rsa , |
61 | .Pa $HOME/.ssh/id_dsa | 61 | .Pa ~/.ssh/id_dsa |
62 | and | 62 | and |
63 | .Pa $HOME/.ssh/identity . | 63 | .Pa ~/.ssh/identity . |
64 | Alternative file names can be given on the command line. | 64 | Alternative file names can be given on the command line. |
65 | If any file requires a passphrase, | 65 | If any file requires a passphrase, |
66 | .Nm | 66 | .Nm |
@@ -142,11 +142,11 @@ agent. | |||
142 | .El | 142 | .El |
143 | .Sh FILES | 143 | .Sh FILES |
144 | .Bl -tag -width Ds | 144 | .Bl -tag -width Ds |
145 | .It Pa $HOME/.ssh/identity | 145 | .It Pa ~/.ssh/identity |
146 | Contains the protocol version 1 RSA authentication identity of the user. | 146 | Contains the protocol version 1 RSA authentication identity of the user. |
147 | .It Pa $HOME/.ssh/id_dsa | 147 | .It Pa ~/.ssh/id_dsa |
148 | Contains the protocol version 2 DSA authentication identity of the user. | 148 | Contains the protocol version 2 DSA authentication identity of the user. |
149 | .It Pa $HOME/.ssh/id_rsa | 149 | .It Pa ~/.ssh/id_rsa |
150 | Contains the protocol version 2 RSA authentication identity of the user. | 150 | Contains the protocol version 2 RSA authentication identity of the user. |
151 | .El | 151 | .El |
152 | .Pp | 152 | .Pp |