scoobyrico has asked for the wisdom of the Perl Monks concerning the following question:
When trying to connect through Net::SFTP or Net::SFTP::Foreign in a mod perl env the connection gets borked. When I use a regular cgi perl interpretor it works like a charm.
the error that Net::SFTP::Foreign gives is:penSSH_4.3p2, OpenSSL 0.9.8b 04 May 2006 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to ftp.*******.com [***.*****.*****.****] port 22. debug1: Connection established. debug1: identity file /home/apache/.ssh/identity type -1 debug1: identity file /home/apache/.ssh/id_rsa type 1 debug1: identity file /home/apache/.ssh/id_dsa type -1 debug1: Remote protocol version 2.0, remote software version VShell_2_ +5_1_219 VShell debug1: no match: VShell_2_5_1_219 VShell debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_4.3 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP debug1: SSH2_MSG_KEX_DH_GEX_INIT sent debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY debug1: Host 'ftp.****.com' is known and matches the DSA host key. debug1: Found key in /home/apache/.ssh/known_hosts2:1 DSA host key for IP address '*****' not in list of known hosts. debug1: ssh_dss_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentication succeeded (password). debug1: channel 0: new [client-session] debug1: Entering interactive session. debug1: Sending environment. debug1: Sending env LANG = C debug1: Sending subsystem: sftp debug1: channel 0: free: client-session, nchannels 1 debug1: fd 0 clearing O_NONBLOCK debug1: fd 1 clearing O_NONBLOCK debug1: fd 2 clearing O_NONBLOCK debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.1 seconds debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0 debug1: Exit status -1
My sys admins have assured me that the server I am testing on is vanilla and all modules are up to date.
Sorry if I missed something in my searches. Any help would be appreciated, thank you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::SFTP::Foreign mod perl
by perrin (Chancellor) on May 21, 2009 at 17:47 UTC | |
by scoobyrico (Beadle) on May 21, 2009 at 18:51 UTC | |
by perrin (Chancellor) on May 21, 2009 at 19:00 UTC | |
by scoobyrico (Beadle) on May 21, 2009 at 19:42 UTC | |
by perrin (Chancellor) on May 21, 2009 at 21:20 UTC | |
|
Re: Net::SFTP::Foreign mod perl
by salva (Canon) on May 21, 2009 at 21:13 UTC | |
by scoobyrico (Beadle) on May 22, 2009 at 03:49 UTC | |
by salva (Canon) on May 22, 2009 at 09:11 UTC | |
by scoobyrico (Beadle) on May 22, 2009 at 15:47 UTC | |
by salva (Canon) on May 23, 2009 at 08:31 UTC | |
|