diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ssh-add.1 | 17 |
2 files changed, 20 insertions, 4 deletions
@@ -3,6 +3,11 @@ | |||
3 | - markus@cvs.openbsd.org 2007/06/11 09:14:00 | 3 | - markus@cvs.openbsd.org 2007/06/11 09:14:00 |
4 | [channels.h] | 4 | [channels.h] |
5 | increase default channel windows; ok djm | 5 | increase default channel windows; ok djm |
6 | - djm@cvs.openbsd.org 2007/06/12 07:41:00 | ||
7 | [ssh-add.1] | ||
8 | better document ssh-add's -d option (delete identies from agent), bz#1224 | ||
9 | new text based on some provided by andrewmc-debian AT celt.dias.ie; | ||
10 | ok dtucker@ | ||
6 | 11 | ||
7 | 20070611 | 12 | 20070611 |
8 | - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit | 13 | - (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit |
@@ -3017,4 +3022,4 @@ | |||
3017 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3022 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3018 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3023 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3019 | 3024 | ||
3020 | $Id: ChangeLog,v 1.4689 2007/06/12 13:38:53 dtucker Exp $ | 3025 | $Id: ChangeLog,v 1.4690 2007/06/12 13:39:52 dtucker Exp $ |
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.44 2007/05/31 19:20:16 jmc Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.45 2007/06/12 07:41:00 djm 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 $Mdocdate: May 31 2007 $ | 40 | .Dd $Mdocdate: June 5 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 identies, removes identities from the agent. |
93 | If | ||
94 | .Nm | ||
95 | has been run without arguments, the keys for the default identies 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 . |