diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2019-01-21 07:09:10 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-01-21 21:46:05 +1100 |
commit | 9d1a9771d0ad3a83af733bf3d2650b53f43c269f (patch) | |
tree | 50f22e3a1f660ab8c2e9af2eb54deafe496e9239 /ssh-add.1 | |
parent | 2f0bad2bf85391dbb41315ab55032ec522660617 (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
Diffstat (limited to 'ssh-add.1')
-rw-r--r-- | ssh-add.1 | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-add.1,v 1.67 2019/01/20 22:03:29 djm Exp $ | 1 | .\" $OpenBSD: ssh-add.1,v 1.68 2019/01/21 07:09:10 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | .\" Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | .\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -35,7 +35,7 @@ | |||
35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 35 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 36 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
37 | .\" | 37 | .\" |
38 | .Dd $Mdocdate: January 20 2019 $ | 38 | .Dd $Mdocdate: January 21 2019 $ |
39 | .Dt SSH-ADD 1 | 39 | .Dt SSH-ADD 1 |
40 | .Os | 40 | .Os |
41 | .Sh NAME | 41 | .Sh NAME |
@@ -43,7 +43,7 @@ | |||
43 | .Nd adds private key identities to the authentication agent | 43 | .Nd adds private key identities to the authentication agent |
44 | .Sh SYNOPSIS | 44 | .Sh SYNOPSIS |
45 | .Nm ssh-add | 45 | .Nm ssh-add |
46 | .Op Fl cDdkLlqTXx | 46 | .Op Fl cDdkLlqXx |
47 | .Op Fl E Ar fingerprint_hash | 47 | .Op Fl E Ar fingerprint_hash |
48 | .Op Fl t Ar life | 48 | .Op Fl t Ar life |
49 | .Op Ar | 49 | .Op Ar |
@@ -53,8 +53,7 @@ | |||
53 | .Fl e Ar pkcs11 | 53 | .Fl e Ar pkcs11 |
54 | .Nm ssh-add | 54 | .Nm ssh-add |
55 | .Fl T | 55 | .Fl T |
56 | .Ar pubkey | 56 | .Ar pubkey ... |
57 | .Op Ar ... | ||
58 | .Sh DESCRIPTION | 57 | .Sh DESCRIPTION |
59 | .Nm | 58 | .Nm |
60 | adds private key identities to the authentication agent, | 59 | adds private key identities to the authentication agent, |
@@ -135,7 +134,7 @@ Be quiet after a successful operation. | |||
135 | .It Fl s Ar pkcs11 | 134 | .It Fl s Ar pkcs11 |
136 | Add keys provided by the PKCS#11 shared library | 135 | Add keys provided by the PKCS#11 shared library |
137 | .Ar pkcs11 . | 136 | .Ar pkcs11 . |
138 | .It Fl T Ar pubkey Op Ar ... | 137 | .It Fl T Ar pubkey ... |
139 | Tests whether the private keys that correspond to the specified | 138 | Tests whether the private keys that correspond to the specified |
140 | .Ar pubkey | 139 | .Ar pubkey |
141 | files are usable by performing sign and verify operations on each. | 140 | files are usable by performing sign and verify operations on each. |