CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2009/11/19 17:54:01
Modified files: usr.bin/ssh : sftp.c Log message: bz#1588 change "Connecting to host..." message to "Connected to host." and delay it until after the sftp protocol connection has been established. Avoids confusing sequence of messages when the underlying ssh connection experiences problems. ok dtucker@