[BACK]Return to ssh-add.1 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / crypto / external / bsd / openssh / dist

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/crypto/external/bsd/openssh/dist/ssh-add.1 between version 1.5 and 1.5.2.1

version 1.5, 2011/07/25 03:03:11 version 1.5.2.1, 2012/05/23 10:07:05
Line 1 
Line 1 
 .\"     $NetBSD$  .\"     $NetBSD$
 .\"     $OpenBSD: ssh-add.1,v 1.55 2010/10/28 18:33:28 jmc Exp $  .\"     $OpenBSD: ssh-add.1,v 1.56 2011/10/18 05:00:48 djm Exp $
 .\"  -*- nroff -*-  
 .\"  .\"
 .\" Author: Tatu Ylonen <ylo@cs.hut.fi>  .\" Author: Tatu Ylonen <ylo@cs.hut.fi>
 .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland  .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
Line 37 
Line 36 
 .\" (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 October 28, 2010  .Dd October 18 2011
 .Dt SSH-ADD 1  .Dt SSH-ADD 1
 .Os  .Os
 .Sh NAME  .Sh NAME
Line 45 
Line 44 
 .Nd adds private key identities to the authentication agent  .Nd adds private key identities to the authentication agent
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh-add  .Nm ssh-add
 .Op Fl cDdLlXx  .Op Fl cDdkLlXx
 .Op Fl t Ar life  .Op Fl t Ar life
 .Op Ar  .Op Ar
 .Nm ssh-add  .Nm ssh-add
Line 112  and retry.
Line 111  and retry.
 .It Fl e Ar pkcs11  .It Fl e Ar pkcs11
 Remove keys provided by the PKCS#11 shared library  Remove keys provided by the PKCS#11 shared library
 .Ar pkcs11 .  .Ar pkcs11 .
   .It Fl k
   When loading keys into the agent, load plain private keys only and skip
   certificates.
 .It Fl L  .It Fl L
 Lists public key parameters of all identities currently represented  Lists public key parameters of all identities currently represented
 by the agent.  by the agent.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

CVSweb <webmaster@jp.NetBSD.org>