diff options
author | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:40:29 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2009-12-29 21:40:29 +0000 |
commit | a25ec0b132c44c9e341e08464ff830de06b81126 (patch) | |
tree | e20842d80f9e25cb6cf09525abea63f7bf655dd7 /ssh-add.1 | |
parent | 1b816ea846aca3ee89e7995373ace609e9518424 (diff) | |
parent | 70847d299887abb96f8703ca99db6d817b78960e (diff) |
import openssh-4.7p1-gsskex-20070927.patch
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.43 2005/04/21 06:17:50 djm Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.46 2007/06/12 13:41:03 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" -*- nroff -*- | 3 | .\" -*- nroff -*- |
4 | .\" | 4 | .\" |
@@ -37,7 +37,7 @@ | |||
37 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 37 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
38 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 38 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
39 | .\" | 39 | .\" |
40 | .Dd September 25, 1999 | 40 | .Dd $Mdocdate: June 12 2007 $ |
41 | .Dt SSH-ADD 1 | 41 | .Dt SSH-ADD 1 |
42 | .Os | 42 | .Os |
43 | .Sh NAME | 43 | .Sh NAME |
@@ -89,7 +89,18 @@ program, rather than text entered into the requester. | |||
89 | .It Fl D | 89 | .It Fl D |
90 | Deletes all identities from the agent. | 90 | Deletes all identities from the agent. |
91 | .It Fl d | 91 | .It Fl d |
92 | Instead of adding the identity, removes the identity from the agent. | 92 | Instead of adding identities, removes identities from the agent. |
93 | If | ||
94 | .Nm | ||
95 | has been run without arguments, the keys for the default identities will | ||
96 | be removed. | ||
97 | Otherwise, the argument list will be interpreted as a list of paths to | ||
98 | public key files and matching keys will be removed from the agent. | ||
99 | If no public key is found at a given path, | ||
100 | .Nm | ||
101 | will append | ||
102 | .Pa .pub | ||
103 | and retry. | ||
93 | .It Fl e Ar reader | 104 | .It Fl e Ar reader |
94 | Remove key in smartcard | 105 | Remove key in smartcard |
95 | .Ar reader . | 106 | .Ar reader . |