- jmc@cvs.openbsd.org 2007/06/12 13:41:03
[ssh-add.1] identies -> identities;
This commit is contained in:
parent
b1e128f75a
commit
930cb0b718
|
@ -37,6 +37,9 @@
|
||||||
[gss-genr.c]
|
[gss-genr.c]
|
||||||
Pass GSS OID to gss_display_status to provide better information in
|
Pass GSS OID to gss_display_status to provide better information in
|
||||||
error messages. Patch from Simon Wilkinson via bz 1220. ok djm@
|
error messages. Patch from Simon Wilkinson via bz 1220. ok djm@
|
||||||
|
- jmc@cvs.openbsd.org 2007/06/12 13:41:03
|
||||||
|
[ssh-add.1]
|
||||||
|
identies -> identities;
|
||||||
|
|
||||||
20070611
|
20070611
|
||||||
- (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit
|
- (djm) Bugzilla #1306: silence spurious error messages from hang-on-exit
|
||||||
|
@ -3051,4 +3054,4 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4696 2007/06/12 13:44:36 dtucker Exp $
|
$Id: ChangeLog,v 1.4697 2007/06/12 14:00:27 dtucker Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-add.1,v 1.45 2007/06/12 07:41:00 djm Exp $
|
.\" $OpenBSD: ssh-add.1,v 1.46 2007/06/12 13:41:03 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.\"
|
.\"
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd $Mdocdate: June 5 2007 $
|
.Dd $Mdocdate: June 12 2007 $
|
||||||
.Dt SSH-ADD 1
|
.Dt SSH-ADD 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -89,10 +89,10 @@ program, rather than text entered into the requester.
|
||||||
.It Fl D
|
.It Fl D
|
||||||
Deletes all identities from the agent.
|
Deletes all identities from the agent.
|
||||||
.It Fl d
|
.It Fl d
|
||||||
Instead of adding identies, removes identities from the agent.
|
Instead of adding identities, removes identities from the agent.
|
||||||
If
|
If
|
||||||
.Nm
|
.Nm
|
||||||
has been run without arguments, the keys for the default identies will
|
has been run without arguments, the keys for the default identities will
|
||||||
be removed.
|
be removed.
|
||||||
Otherwise, the argument list will be interpreted as a list of paths to
|
Otherwise, the argument list will be interpreted as a list of paths to
|
||||||
public key files and matching keys will be removed from the agent.
|
public key files and matching keys will be removed from the agent.
|
||||||
|
|
Loading…
Reference in New Issue