diff options
author | Damien Miller <djm@mindrot.org> | 2002-01-22 23:05:59 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-01-22 23:05:59 +1100 |
commit | 6e1057c2d79de5382efc53ceb3e1213cc273ca12 (patch) | |
tree | a176ee5ebb45c5382672f1958368e10494352e66 /ssh-add.1 | |
parent | f451e22e2134463062f7134f3e3556ab78ea0661 (diff) |
- djm@cvs.openbsd.org 2001/12/21 10:06:43
[ssh-add.1 ssh-add.c]
Try all standard key files (id_rsa, id_dsa, identity) when invoked with
no arguments; ok markus@
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.27 2001/08/23 18:08:59 stevesk Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.28 2001/12/21 10:06:43 djm Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -55,7 +55,10 @@ | |||
55 | .Nm | 55 | .Nm |
56 | adds RSA or DSA identities to the authentication agent, | 56 | adds RSA or DSA identities to the authentication agent, |
57 | .Xr ssh-agent 1 . | 57 | .Xr ssh-agent 1 . |
58 | When run without arguments, it adds the file | 58 | When run without arguments, it adds the files |
59 | .Pa $HOME/.ssh/id_rsa , | ||
60 | .Pa $HOME/.ssh/id_dsa | ||
61 | and | ||
59 | .Pa $HOME/.ssh/identity . | 62 | .Pa $HOME/.ssh/identity . |
60 | Alternative file names can be given on the command line. | 63 | Alternative file names can be given on the command line. |
61 | If any file requires a passphrase, | 64 | If any file requires a passphrase, |