summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--ssh-add.117
2 files changed, 20 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 602d8ad6b..6eb002c7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
720070611 1220070611
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 $
diff --git a/ssh-add.1 b/ssh-add.1
index 68b0de714..550562f94 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -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
90Deletes all identities from the agent. 90Deletes all identities from the agent.
91.It Fl d 91.It Fl d
92Instead of adding the identity, removes the identity from the agent. 92Instead of adding identies, removes identities from the agent.
93If
94.Nm
95has been run without arguments, the keys for the default identies will
96be removed.
97Otherwise, the argument list will be interpreted as a list of paths to
98public key files and matching keys will be removed from the agent.
99If no public key is found at a given path,
100.Nm
101will append
102.Pa .pub
103and retry.
93.It Fl e Ar reader 104.It Fl e Ar reader
94Remove key in smartcard 105Remove key in smartcard
95.Ar reader . 106.Ar reader .