On Tuesday 09 March 2010 01:58:02 you wrote: > Andreas, > > Here is the debug output from the client, and from Sawmill (our > software). I didn't turn on logging in the server because I never have > (or maybe once), and I'll have to do some research to know how--if this > doesn't give you enough, please let me know and I'll log it from the > server side too.
Edit /etc/ssh/sshd_config and add -l DEBUG2 Subsystem sftp /usr/lib64/ssh/sftp-server -l DEBUG2 I want to see both sides to figure out what it is happening. This looks like a bug in openssh, as it works for thousands of users and just your client with this server version is hitting the problem. sshfs fixed the sftp server bug by working around it. See: http://www.mail-archive.com/[email protected]/msg305288.html Cheers, -- andreas
