summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2019-01-21 07:09:10 +0000
committerDamien Miller <djm@mindrot.org>2019-01-21 21:46:05 +1100
commit9d1a9771d0ad3a83af733bf3d2650b53f43c269f (patch)
tree50f22e3a1f660ab8c2e9af2eb54deafe496e9239
parent2f0bad2bf85391dbb41315ab55032ec522660617 (diff)
upstream: - -T was added to the first synopsis by mistake - since
"..." denotes optional, no need to surround it in [] ok djm OpenBSD-Commit-ID: 918f6d8eed4e0d8d9ef5eadae1b8983d796f0e25
-rw-r--r--ssh-add.111
1 files changed, 5 insertions, 6 deletions
diff --git a/ssh-add.1 b/ssh-add.1
index 35ab0442..90826f66 100644
--- a/ssh-add.1
+++ b/ssh-add.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-add.1,v 1.67 2019/01/20 22:03:29 djm Exp $
+.\" $OpenBSD: ssh-add.1,v 1.68 2019/01/21 07:09:10 jmc Exp $
.\"
.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -35,7 +35,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 20 2019 $
+.Dd $Mdocdate: January 21 2019 $
.Dt SSH-ADD 1
.Os
.Sh NAME
@@ -43,7 +43,7 @@
.Nd adds private key identities to the authentication agent
.Sh SYNOPSIS
.Nm ssh-add
-.Op Fl cDdkLlqTXx
+.Op Fl cDdkLlqXx
.Op Fl E Ar fingerprint_hash
.Op Fl t Ar life
.Op Ar
@@ -53,8 +53,7 @@
.Fl e Ar pkcs11
.Nm ssh-add
.Fl T
-.Ar pubkey
-.Op Ar ...
+.Ar pubkey ...
.Sh DESCRIPTION
.Nm
adds private key identities to the authentication agent,
@@ -135,7 +134,7 @@ Be quiet after a successful operation.
.It Fl s Ar pkcs11
Add keys provided by the PKCS#11 shared library
.Ar pkcs11 .
-.It Fl T Ar pubkey Op Ar ...
+.It Fl T Ar pubkey ...
Tests whether the private keys that correspond to the specified
.Ar pubkey
files are usable by performing sign and verify operations on each.