OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Damien Miller (djmcvs.openbsd.org)
Date: Wed Jul 02 2008 - 08:47:39 CDT


CVSROOT: /cvs
Module name: src
Changes by: djmcvs.openbsd.org 2008/07/02 07:47:39

Modified files:
        usr.bin/ssh : ssh.1 ssh.c

Log message:
When forking after authentication ("ssh -f") with ExitOnForwardFailure
enabled, delay the fork until after replies for any -R forwards have
been seen. Allows for robust detection of -R forward failure when
using -f (similar to bz#92); ok dtucker