- jmc@cvs.openbsd.org 2010/06/26 00:57:07

[ssh_config.5]
     tweak previous;
This commit is contained in:
Damien Miller 2010-07-02 13:33:48 +10:00
parent 3fd307df5b
commit cede1dbc55
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
20100702
- (djm) OpenBSD CVS Sync
- jmc@cvs.openbsd.org 2010/06/26 00:57:07
[ssh_config.5]
tweak previous;
20100627 20100627
- (tim) [openbsd-compat/port-uw.c] Reorder includes. auth-options.h now needs - (tim) [openbsd-compat/port-uw.c] Reorder includes. auth-options.h now needs
key.h. key.h.

View File

@ -34,8 +34,8 @@
.\" (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.
.\" .\"
.\" $OpenBSD: ssh_config.5,v 1.134 2010/06/25 23:15:36 djm Exp $ .\" $OpenBSD: ssh_config.5,v 1.135 2010/06/26 00:57:07 jmc Exp $
.Dd $Mdocdate: June 25 2010 $ .Dd $Mdocdate: June 26 2010 $
.Dt SSH_CONFIG 5 .Dt SSH_CONFIG 5
.Os .Os
.Sh NAME .Sh NAME
@ -433,7 +433,8 @@ if the
.Cm ForwardX11Trusted .Cm ForwardX11Trusted
option is also enabled. option is also enabled.
.It Cm ForwardX11Timeout .It Cm ForwardX11Timeout
Specify a timeout for untrusted X11 forwarding using the format described in Specify a timeout for untrusted X11 forwarding
using the format described in the
.Sx TIME FORMATS .Sx TIME FORMATS
section of section of
.Xr sshd_config 5 . .Xr sshd_config 5 .