summaryrefslogtreecommitdiff
path: root/ssh-add.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-02-12 09:26:02 +1100
committerDamien Miller <djm@mindrot.org>2010-02-12 09:26:02 +1100
commita76184445530cb13ded5827546756471d7d423e2 (patch)
treeab15565a7058b0fb21635acb9be621825cd0ad5f /ssh-add.1
parent47cf16b8df67ce02866eefbe855174fa7dfbd359 (diff)
- markus@cvs.openbsd.org 2010/02/10 23:20:38
[ssh-add.1 ssh-keygen.1 ssh.1 ssh_config.5] pkcs#11 is no longer optional; improve wording; ok jmc@
Diffstat (limited to 'ssh-add.1')
-rw-r--r--ssh-add.18
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 619209a19..0d5e39272 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-add.1,v 1.50 2010/02/08 22:03:05 jmc Exp $ 1.\" $OpenBSD: ssh-add.1,v 1.51 2010/02/10 23:20:38 markus 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: February 8 2010 $ 40.Dd $Mdocdate: February 10 2010 $
41.Dt SSH-ADD 1 41.Dt SSH-ADD 1
42.Os 42.Os
43.Sh NAME 43.Sh NAME
@@ -102,7 +102,7 @@ will append
102.Pa .pub 102.Pa .pub
103and retry. 103and retry.
104.It Fl e Ar pkcs11 104.It Fl e Ar pkcs11
105Remove key provided by 105Remove keys provided by the PKCS#11 shared library
106.Ar pkcs11 . 106.Ar pkcs11 .
107.It Fl L 107.It Fl L
108Lists public key parameters of all identities currently represented 108Lists public key parameters of all identities currently represented
@@ -110,7 +110,7 @@ by the agent.
110.It Fl l 110.It Fl l
111Lists fingerprints of all identities currently represented by the agent. 111Lists fingerprints of all identities currently represented by the agent.
112.It Fl s Ar pkcs11 112.It Fl s Ar pkcs11
113Add key provided by 113Add keys provided by the PKCS#11 shared library
114.Ar pkcs11 . 114.Ar pkcs11 .
115.It Fl t Ar life 115.It Fl t Ar life
116Set a maximum lifetime when adding identities to an agent. 116Set a maximum lifetime when adding identities to an agent.