summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-03-22 05:50:31 +1100
committerDamien Miller <djm@mindrot.org>2010-03-22 05:50:31 +1100
commitc59e2443d30cc7ff2eebd57399e88d55748ba422 (patch)
tree3e1d38cee5d2efe1451667b575d442eeb8a9fc14 /ssh-keygen.1
parent1f574b254663776209951b0327090c19c41c0749 (diff)
- jmc@cvs.openbsd.org 2010/03/08 09:41:27
[ssh-keygen.1] sort the list of constraints (to -O); ok djm
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.130
1 files changed, 15 insertions, 15 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 6557f9336..c819320db 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ssh-keygen.1,v 1.88 2010/03/08 00:28:55 djm Exp $ 1.\" $OpenBSD: ssh-keygen.1,v 1.89 2010/03/08 09:41:27 jmc Exp $
2.\" 2.\"
3.\" -*- nroff -*- 3.\" -*- nroff -*-
4.\" 4.\"
@@ -307,8 +307,15 @@ Please see the
307section for details. 307section for details.
308The constraints that are valid for user certificates are: 308The constraints that are valid for user certificates are:
309.Bl -tag -width Ds 309.Bl -tag -width Ds
310.It Ic no-x11-forwarding 310.It Ic clear
311Disable X11 forwarding (permitted by default). 311Clear all enabled permissions.
312This is useful for clearing the default set of permissions so permissions may
313be added individually.
314.It Ic force-command Ns = Ns Ar command
315Forces the execution of
316.Ar command
317instead of any shell or command specified by the user when
318the certificate is used for authentication.
312.It Ic no-agent-forwarding 319.It Ic no-agent-forwarding
313Disable 320Disable
314.Xr ssh-agent 1 321.Xr ssh-agent 1
@@ -323,12 +330,8 @@ Disable execution of
323by 330by
324.Xr sshd 8 331.Xr sshd 8
325(permitted by default). 332(permitted by default).
326.It Ic clear 333.It Ic no-x11-forwarding
327Clear all enabled permissions. 334Disable X11 forwarding (permitted by default).
328This is useful for clearing the default set of permissions so permissions may
329be added individually.
330.It Ic permit-x11-forwarding
331Allows X11 forwarding.
332.It Ic permit-agent-forwarding 335.It Ic permit-agent-forwarding
333Allows 336Allows
334.Xr ssh-agent 1 337.Xr ssh-agent 1
@@ -342,12 +345,9 @@ Allows execution of
342.Pa ~/.ssh/rc 345.Pa ~/.ssh/rc
343by 346by
344.Xr sshd 8 . 347.Xr sshd 8 .
345.It Ic force-command=command 348.It Ic permit-x11-forwarding
346Forces the execution of 349Allows X11 forwarding.
347.Ar command 350.It Ic source-address Ns = Ns Ar address_list
348instead of any shell or command specified by the user when
349the certificate is used for authentication.
350.It Ic source-address=address_list
351Restrict the source addresses from which the certificate is considered valid 351Restrict the source addresses from which the certificate is considered valid
352from. 352from.
353The 353The