Well the admin upgraded our package to version 1.51 and I reran the script with debugging output set to -1 and received the following results:
OpenSSH_3.9, OpenSSL 0.9.7d 17 Mar 2004 HP-UX Secure Shell-A.03.91.009, HP-UX Secure Shell version debug1: Reading configuration data /opt/ssh/etc/ssh_config debug1: Connecting to 172.19.1.47 [172.19.1.47] port 22. debug1: Connection established. debug1: identity file /opt/informatica/powercenter/server/infa_shared/ +SrcFiles//.ssh/id_rsa type -1 debug1: identity file /opt/informatica/powercenter/server/infa_shared/ +SrcFiles//.ssh/id_dsa type -1 debug1: Remote protocol version 2.0, remote software version 1.36_sshl +ib GlobalSCAPE debug1: no match: 1.36_sshlib GlobalSCAPE debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_3.9 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client 3des-cbc hmac-md5 none debug1: kex: client->server 3des-cbc hmac-md5 none debug1: sending SSH2_MSG_KEXDH_INIT debug1: expecting SSH2_MSG_KEXDH_REPLY #9516 queueing msg len: 5, code:1, id:3 ... [1] 00 00 00 05 01 00 00 00 03 + | ......... #9516 waiting for message... [1] #9516 _do_io connected: 1 #9516 _do_io select(-,-,-, undef) #9516 _do_io write queue: 9, syswrite: 9, max: 20480 #9516 _do_io select(-,-,-, undef)
It also seems to hang at this point on a blank command line.

In reply to Re^6: Can't connect using Password with Net::SFTP::Foreign by coglesby
in thread Can't connect using Password with Net::SFTP::Foreign by coglesby

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.