Hi there, We are using Apache sshd (0.8.0) and running into an issue where scp command is failing with lost connection. Can some one see what could be the problem here? This is not consistently reproducible btw. File is successfully transferred and SCP prints out Exit status 0 but actual SCP program returns 1 with lost connection. Here is an example command and output.
scp -2 -vvvv -P 4443 hostname:/foo/bar/1.xml . Transferred: sent 3304, received 59480 bytes, in 3.3 seconds Bytes per second: sent 998.6, received 17976.4 debug1: Exit status 0 lost connection amountblood-lm:sshd_server charlesk$ echo $? 1 amountblood-lm:sshd_server charlesk$ ssh -V OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
