diff options
Diffstat (limited to 'ssh-add.0')
-rw-r--r-- | ssh-add.0 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -30,8 +30,12 @@ DESCRIPTION | |||
30 | 30 | ||
31 | -D Deletes all identities from the agent. | 31 | -D Deletes all identities from the agent. |
32 | 32 | ||
33 | -d Instead of adding the identity, removes the identity from the | 33 | -d Instead of adding identities, removes identities from the agent. |
34 | agent. | 34 | If ssh-add has been run without arguments, the keys for the de- |
35 | fault identities will be removed. Otherwise, the argument list | ||
36 | will be interpreted as a list of paths to public key files and | ||
37 | matching keys will be removed from the agent. If no public key | ||
38 | is found at a given path, ssh-add will append .pub and retry. | ||
35 | 39 | ||
36 | -e reader | 40 | -e reader |
37 | Remove key in smartcard reader. | 41 | Remove key in smartcard reader. |
@@ -99,4 +103,4 @@ AUTHORS | |||
99 | ated OpenSSH. Markus Friedl contributed the support for SSH protocol | 103 | ated OpenSSH. Markus Friedl contributed the support for SSH protocol |
100 | versions 1.5 and 2.0. | 104 | versions 1.5 and 2.0. |
101 | 105 | ||
102 | OpenBSD 4.1 September 25, 1999 2 | 106 | OpenBSD 4.2 June 12, 2007 2 |