summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-03 10:25:21 +1100
committerDamien Miller <djm@mindrot.org>2010-03-03 10:25:21 +1100
commit15f5b560b1542fa087d7462be416616104ab0be8 (patch)
tree6eee7518f58857bd10120a3742c4a4381e1dca0d /ssh-keygen.1
parent25b97dd454600dde697634c1c871a97f64045d5f (diff)
downloadopenssh-git-15f5b560b1542fa087d7462be416616104ab0be8.tar.gz
- jmc@cvs.openbsd.org 2010/02/26 22:09:28
[ssh-keygen.1 ssh.1 sshd.8] tweak previous;
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.121
1 files changed, 12 insertions, 9 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 772caf7a..d704f066 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ssh-keygen.1,v 1.84 2010/02/26 20:29:54 djm Exp $
+.\" $OpenBSD: ssh-keygen.1,v 1.85 2010/02/26 22:09:28 jmc Exp $
.\"
.\" -*- nroff -*-
.\"
@@ -107,6 +107,7 @@
.Op Fl a Ar num_trials
.Op Fl W Ar generator
.Nm ssh-keygen
+.Bk -words
.Fl s Ar ca_key
.Fl I Ar certificate_identity
.Op Fl h
@@ -114,6 +115,7 @@
.Op Fl O Ar constraint
.Op Fl V Ar validity_interval
.Ar
+.Ek
.Sh DESCRIPTION
.Nm
generates, manages and converts authentication keys for
@@ -259,7 +261,7 @@ certificate.
Please see the
.Sx CERTIFICATES
section for details.
-.It Fl I
+.It Fl I Ar certificate_identity
Specify the key identity when signing a public key.
Please see the
.Sx CERTIFICATES
@@ -303,21 +305,21 @@ section for details.
The constraints that are valid for user certificates are:
.Bl -tag -width Ds
.It Ic no-x11-forwarding
-Disable X11 forwarding. (permitted by default)
+Disable X11 forwarding (permitted by default).
.It Ic no-agent-forwarding
Disable
.Xr ssh-agent 1
-forwarding. (permitted by default)
+forwarding (permitted by default).
.It Ic no-port-forwarding
-Disable port forwarding. (permitted by default)
+Disable port forwarding (permitted by default).
.It Ic no-pty
-Disable PTY allocation. (permitted by default)
+Disable PTY allocation (permitted by default).
.It Ic no-user-rc
Disable execution of
.Pa ~/.ssh/rc
by
-.Xr sshd 8 .
-(permitted by default)
+.Xr sshd 8
+(permitted by default).
.It Ic clear
Clear all enabled permissions.
This is useful for clearing the default set of permissions so permissions may
@@ -504,7 +506,8 @@ the X.509 certificates used in
.Nm
supports two types of certificates: user and host.
User certificates authenticate users to servers, whereas host certificates
-authenticate server hosts to users. To generate a user certificate:
+authenticate server hosts to users.
+To generate a user certificate:
.Pp
.Dl $ ssh-keygen -s /path/to/ca_key -I key_id /path/to/user_key.pub
.Pp