- djm@cvs.openbsd.org 2010/03/08 00:28:55

[ssh-keygen.1]
     document permit-agent-forwarding certificate constraint; patch from
     stevesk@
This commit is contained in:
Damien Miller 2010-03-08 11:30:00 +11:00
parent 958678726c
commit 081c976e1c
2 changed files with 10 additions and 2 deletions

View File

@ -4,6 +4,10 @@
[ssh-keygen.c] [ssh-keygen.c]
make internal strptime string match strftime format; make internal strptime string match strftime format;
suggested by vinschen AT redhat.com and markus@ suggested by vinschen AT redhat.com and markus@
- djm@cvs.openbsd.org 2010/03/08 00:28:55
[ssh-keygen.1]
document permit-agent-forwarding certificate constraint; patch from
stevesk@
- djm@cvs.openbsd.org 2010/03/07 22:01:32 - djm@cvs.openbsd.org 2010/03/07 22:01:32
[version.h] [version.h]
openssh-5.4 openssh-5.4

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ssh-keygen.1,v 1.87 2010/03/04 22:52:40 jmc Exp $ .\" $OpenBSD: ssh-keygen.1,v 1.88 2010/03/08 00:28:55 djm Exp $
.\" .\"
.\" -*- nroff -*- .\" -*- nroff -*-
.\" .\"
@ -37,7 +37,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.Dd $Mdocdate: March 4 2010 $ .Dd $Mdocdate: March 8 2010 $
.Dt SSH-KEYGEN 1 .Dt SSH-KEYGEN 1
.Os .Os
.Sh NAME .Sh NAME
@ -329,6 +329,10 @@ This is useful for clearing the default set of permissions so permissions may
be added individually. be added individually.
.It Ic permit-x11-forwarding .It Ic permit-x11-forwarding
Allows X11 forwarding. Allows X11 forwarding.
.It Ic permit-agent-forwarding
Allows
.Xr ssh-agent 1
forwarding.
.It Ic permit-port-forwarding .It Ic permit-port-forwarding
Allows port forwarding. Allows port forwarding.
.It Ic permit-pty .It Ic permit-pty