- 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:
Damien Miller 2010-03-22 05:57:49 +11:00
parent 1b61a2825e
commit 5a5d94b12f
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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.