> What do your SSH logs indicate? It looks like the SSH/SFTP connection is > failing > for some reason, and you need to figure out why it's failing.
Found solution: shell for the sftp-user was /bin/false. Tried before lots of things because of libssh2 issues and forgot about that. Tried also /bin/nologin but seems to need a complete shell. Changed to /bin/sh and it worked. Additional info: the ssh-connection was fine and so were no error logs. But without shell nothings happend and rdp hangs for rdp login waiting forever. Perhaps behaviour would be nicer to get information if sftp is not working, run into timeout and continue with rdp session. Kind regards Thomas -- ROWA GROUP Holding GmbH, Siemensstrasse 1 - 9, 25421 Pinneberg, Amtsgericht Pinneberg, HRB 8938 PI, Geschäftsführer: Kai Müller, Götz-Friedrich Wedde --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
