View | Details | Raw Unified | Return to bug 1371 | Differences between
and this patch

Collapse All | Expand All

(-)ssh.org/ssh-keygen.1 (+28 lines)
Lines 87-92 Link Here
87
.Fl H
87
.Fl H
88
.Op Fl f Ar known_hosts_file
88
.Op Fl f Ar known_hosts_file
89
.Nm ssh-keygen
89
.Nm ssh-keygen
90
.Fl K Ar provider_info
91
.Nm ssh-keygen
90
.Fl R Ar hostname
92
.Fl R Ar hostname
91
.Op Fl f Ar known_hosts_file
93
.Op Fl f Ar known_hosts_file
92
.Nm ssh-keygen
94
.Nm ssh-keygen
Lines 256-261 also reads the Link Here
256
RFC 4716 SSH Public Key File Format.
258
RFC 4716 SSH Public Key File Format.
257
This option allows importing keys from several commercial
259
This option allows importing keys from several commercial
258
SSH implementations.
260
SSH implementations.
261
.It Fl K Ar provider_info
262
Show PKC#11 provider ids,
263
.Ar provider_info
264
format:
265
.Pp
266
lib[:prot_auth[:private_mode[:cert_is_private]]]
267
.Pp
268
.Bl -tag -width Ds -compact
269
.It prot_auth
270
1 to allow protected mode authentication.
271
.It private_mode:
272
.Bl -tag -width Ds -compact
273
.It 0
274
determine automatically
275
.It 1
276
perform sign
277
.It 2
278
perform sign recover
279
.It 4
280
perform decrypt
281
.It 8
282
perform unwrap
283
.El
284
.It cert_is_private
285
1 if login is required to access certificate objects.
286
.El
259
.It Fl l
287
.It Fl l
260
Show fingerprint of specified public key file.
288
Show fingerprint of specified public key file.
261
Private RSA1 keys are also supported.
289
Private RSA1 keys are also supported.

Return to bug 1371