- jmc@cvs.openbsd.org 2010/03/13 23:38:13
[ssh-keygen.1] fix a formatting error (args need quoted); noted by stevesk
This commit is contained in:
parent
1b61a2825e
commit
5a5d94b12f
|
@ -27,6 +27,9 @@
|
||||||
[ssh-keygen.1]
|
[ssh-keygen.1]
|
||||||
Certificates are named *-cert.pub, not *_cert.pub; committing a diff
|
Certificates are named *-cert.pub, not *_cert.pub; committing a diff
|
||||||
from stevesk@ ok me
|
from stevesk@ ok me
|
||||||
|
- jmc@cvs.openbsd.org 2010/03/13 23:38:13
|
||||||
|
[ssh-keygen.1]
|
||||||
|
fix a formatting error (args need quoted); noted by stevesk
|
||||||
|
|
||||||
20100314
|
20100314
|
||||||
- (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix
|
- (djm) [ssh-pkcs11-helper.c] Move #ifdef to after #defines to fix
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.\" $OpenBSD: ssh-keygen.1,v 1.91 2010/03/13 21:45:46 djm Exp $
|
.\" $OpenBSD: ssh-keygen.1,v 1.92 2010/03/13 23:38:13 jmc Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" -*- nroff -*-
|
.\" -*- nroff -*-
|
||||||
.\"
|
.\"
|
||||||
|
@ -538,7 +538,7 @@ By default, generated certificates are valid for all users or hosts.
|
||||||
To generate a certificate for a specified set of principals:
|
To generate a certificate for a specified set of principals:
|
||||||
.Pp
|
.Pp
|
||||||
.Dl $ ssh-keygen -s ca_key -I key_id -n user1,user2 user_key.pub
|
.Dl $ ssh-keygen -s ca_key -I key_id -n user1,user2 user_key.pub
|
||||||
.Dl $ ssh-keygen -s ca_key -I key_id -h -n host.domain user_key.pub
|
.Dl "$ ssh-keygen -s ca_key -I key_id -h -n host.domain user_key.pub"
|
||||||
.Pp
|
.Pp
|
||||||
Additional limitations on the validity and use of user certificates may
|
Additional limitations on the validity and use of user certificates may
|
||||||
be specified through certificate constraints.
|
be specified through certificate constraints.
|
||||||
|
|
Loading…
Reference in New Issue