Connecting using Net::SFTP - WeOnlyDo Discussion board

Connecting using Net::SFTP (General questions)

by Justin, Tuesday, April 24, 2007, 19:08 (6423 days ago)

I'm attempting to connect to a WeOnlyDo SFTP server using perl's Net::SFTP module. The script works against a OpenSSH server. Against the WeOnlyDo server I get hung on 'Waiting for NEWKEYS message':

Debug output:

local_machine: Reading configuration data /home/transfer/.ssh/config
local_machine: Reading configuration data /etc/ssh_config
local_machine: Connecting to xxx.xxx.xxx.xxx, port 22.
local_machine: Remote version string: SSH-2.0-WeOnlyDo-wodFTPD 2.1.8.98

local_machine: Remote protocol version 2.0, remote software version WeOnlyDo-wodFTPD 2.1.8.98
local_machine: Net::SSH::Perl Version 1.30, protocol version 2.0.
.plxdmz01: No compat match: WeOnlyDo-wodFTPD 2.1.8.98
local_machine: Connection established.
local_machine: Sent key-exchange init (KEXINIT), wait response.
local_machine: Algorithms, c->s: 3des-cbc hmac-sha1 none
local_machine: Algorithms, s->c: 3des-cbc hmac-sha1 none
local_machine: Entering Diffie-Hellman Group 1 key exchange.
local_machine: Sent DH public key, waiting for reply.
local_machine: Received host key, type 'ssh-rsa'.
local_machine: Host 'xxx.xxx.xxx.xxx' is known and matches the host key.
local_machine: Computing shared secret key.
local_machine: Verifying server signature.
local_machine: Waiting for NEWKEYS message.

Is there some incompatability, or a parameter I need to set?


Complete thread: