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: Anil Madhavapeddy (avsmcvs.openbsd.org)
Date: Wed May 25 2005 - 21:08:05 CDT


CVSROOT: /cvs
Module name: src
Changes by: avsmcvs.openbsd.org 2005/05/25 20:08:05

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

Log message:
If copying multiple files to a target file (which normally fails, as it
must be a target directory), kill the spawned ssh child before exiting.
This stops it trying to authenticate and spewing lots of output.
deraadt ok