Connecting using Net::SFTP (General questions)
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:
- Connecting using Net::SFTP - Justin, 2007-04-24, 19:08
- Re: Connecting using Net::SFTP - wodDamir, 2007-04-24, 19:19
- Re: Connecting using Net::SFTP - Justin Alcorn, 2007-04-24, 21:15
- Re: Connecting using Net::SFTP - wodSupport, 2007-04-25, 00:18
- Re: Connecting using Net::SFTP - jbalcorn, 2007-04-25, 15:23
- Re: Connecting using Net::SFTP - wodSupport, 2007-04-25, 17:54
- Re: Connecting using Net::SFTP - jbalcorn, 2007-04-26, 23:22
- Re: Connecting using Net::SFTP - wodSupport, 2007-05-01, 23:41
- Re: Connecting using Net::SFTP - jbalcorn, 2007-05-03, 21:25
- Re: Connecting using Net::SFTP - woddrazen, 2007-05-03, 21:56
- Re: Connecting using Net::SFTP - wodSupport, 2007-05-03, 22:08
- Re: Connecting using Net::SFTP - jbalcorn, 2007-05-03, 22:18
- Re: Connecting using Net::SFTP - Andrey, 2007-05-07, 08:43
- Re: Connecting using Net::SFTP - wodSupport, 2007-05-07, 10:13
- Re: Connecting using Net::SFTP - Andrey, 2007-05-07, 11:04
- Re: Connecting using Net::SFTP - wodSupport, 2007-05-07, 11:10
- Re: Connecting using Net::SFTP - Andrey, 2007-05-07, 11:04
- Re: Connecting using Net::SFTP - wodSupport, 2007-05-07, 10:13
- Re: Connecting using Net::SFTP - Andrey, 2007-05-07, 08:43
- Re: Connecting using Net::SFTP - jbalcorn, 2007-05-03, 22:18
- Re: Connecting using Net::SFTP - wodSupport, 2007-05-03, 22:08
- Re: Connecting using Net::SFTP - woddrazen, 2007-05-03, 21:56
- Re: Connecting using Net::SFTP - jbalcorn, 2007-05-03, 21:25
- Re: Connecting using Net::SFTP - wodSupport, 2007-05-01, 23:41
- Re: Connecting using Net::SFTP - jbalcorn, 2007-04-26, 23:22
- Re: Connecting using Net::SFTP - wodSupport, 2007-04-25, 17:54
- Re: Connecting using Net::SFTP - jbalcorn, 2007-04-25, 15:23
- Re: Connecting using Net::SFTP - wodSupport, 2007-04-25, 00:18
- Re: Connecting using Net::SFTP - Justin Alcorn, 2007-04-24, 21:15
- Re: Connecting using Net::SFTP - wodDamir, 2007-04-24, 19:19