mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-25 19:32:09 +00:00
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
This commit is contained in:
parent
2f0bad2bf8
commit
9d1a9771d0
11
ssh-add.1
11
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.
|
||||
|
Loading…
Reference in New Issue
Block a user