mirror of git://anongit.mindrot.org/openssh.git
- 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:
parent
958678726c
commit
081c976e1c
|
@ -4,6 +4,10 @@
|
|||
[ssh-keygen.c]
|
||||
make internal strptime string match strftime format;
|
||||
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
|
||||
[version.h]
|
||||
openssh-5.4
|
||||
|
|
|
@ -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 -*-
|
||||
.\"
|
||||
|
@ -37,7 +37,7 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" 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
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -329,6 +329,10 @@ This is useful for clearing the default set of permissions so permissions may
|
|||
be added individually.
|
||||
.It Ic permit-x11-forwarding
|
||||
Allows X11 forwarding.
|
||||
.It Ic permit-agent-forwarding
|
||||
Allows
|
||||
.Xr ssh-agent 1
|
||||
forwarding.
|
||||
.It Ic permit-port-forwarding
|
||||
Allows port forwarding.
|
||||
.It Ic permit-pty
|
||||
|
|
Loading…
Reference in New Issue