summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-22 05:57:49 +1100
committerDamien Miller <djm@mindrot.org>2010-03-22 05:57:49 +1100
commit5a5d94b12f389d24d5fec30a6bd8c8211a65cf43 (patch)
tree094bcc73cbc8eae659eb82a30908733dcfa58b8b /ssh-keygen.1
parent1b61a2825e20e6d412aeed7ce16d888835e3398a (diff)
- jmc@cvs.openbsd.org 2010/03/13 23:38:13
[ssh-keygen.1] fix a formatting error (args need quoted); noted by stevesk
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.14
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 1ee0835f3..3e03a9bd0 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.91 2010/03/13 21:45:46 djm Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.92 2010/03/13 23:38:13 jmc Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -538,7 +538,7 @@ By default, generated certificates are valid for all users or hosts.
538To generate a certificate for a specified set of principals: 538To generate a certificate for a specified set of principals:
539.Pp 539.Pp
540.Dl $ ssh-keygen -s ca_key -I key_id -n user1,user2 user_key.pub 540.Dl $ ssh-keygen -s ca_key -I key_id -n user1,user2 user_key.pub
541.Dl $ ssh-keygen -s ca_key -I key_id -h -n host.domain user_key.pub 541.Dl "$ ssh-keygen -s ca_key -I key_id -h -n host.domain user_key.pub"
542.Pp 542.Pp
543Additional limitations on the validity and use of user certificates may 543Additional limitations on the validity and use of user certificates may
544be specified through certificate constraints. 544be specified through certificate constraints.