Hi!
I use
Cryptlib as a SFTP file system driver client library. I've problems to connect to freeSSHd (Whereas vanDyks VShell and OpenSSH are working well). It looks like that the connection hangs on key exchange, according to the debug stack trace:
readSocketFunction() line 1639
transportDirectReadFunction() line 348 + 23 bytes
sread() line 327 + 18 bytes
readPacketSSH2() line 326 + 28 bytes
exchangeClientKeys() line 733 + 37 bytes
completeStartup() line 407 + 14 bytes
activateConnection() line 269 + 13 bytes
activateSession() line 353 + 9 bytes
processSetAttribute() line 729 + 9 bytes
sessionMessageFunction() line 1398 + 17 bytes
dispatchMessage() line 1002 + 25 bytes
krnlSendMessage() line 1397 + 21 bytes
cmdSetAttribute() line 1079 + 28 bytes
cryptSetAttribute() line 2494 + 11 bytes
main() line 40 + 19 bytes
mainCRTStartup() line 206 + 25 bytes
KERNEL32! 77e787f5()
And before I post a bugreport I want to know whether this is a known problem... I couldn't find anything in the FAQ or on searching the forum.
Thanks in advanced.
--
h.wulff