i have been using Net::SFTP::Foreign for a few years, with no issue. but today the SFTP i transfer work to, started to throw some errors and i don't know if anyone here can tell me what they mean?
#1415 1549408701.00000 new: This is Net::SFTP::Foreign 1.90 #1415 1549408701.00000 new: Loaded from /Library/Perl/5.12/Net/SFTP/F +oreign.pm #1415 1549408701.00000 new: Running on Perl v5.12.4 for darwin #1415 1549408701.00000 new: debug set to -1 #1415 1549408701.00000 new: ~0 is 18446744073709551615 #1415 1549408701.00000 new: Using backend Net::SFTP::Foreign::Backend +::Unix 1.88_02 #1415 1549408701.00000 autodisconnect: setting disconnecting pid to 1 +415 and thread to 1 #1415 1549408701.00000 _init_transport: ssh cmd: ssh -p 22 -o NumberO +fPasswordPrompts=1 -o PreferredAuthentications=keyboard-interactive,p +assword -l cbkebay -o StrictHostKeyChecking=no ftp-cbk.aptos.io -s sf +tp #1415 1549408701.00000 _init_transport: starting password authenticat +ion #1415 1549408701.00000 _init_transport: waiting for data from the pty + to become available /Users/brianflieck/.ssh/config: line 1: Bad configuration option: eom- +cbk-sftp-nlb-prod-2a0d6b9118dd64bf.elb.us-east-1.amazonaws.com /Users/brianflieck/.ssh/config: terminating, 1 bad configuration optio +ns #1415 1549408701.00000 _init_transport: no data available from pty, d +elaying until next read #1415 1549408701.00000 _conn_lost: _conn_lost #1415 1549408701.00000 _set_status: _set_status code: 6, str: No conn +ection #1415 1549408701.00000 _set_error: _set_err code: 37, str: SSH slave +exited unexpectedly with error code 255 SSH slave exited unexpectedly with error code 255 at /private/var/fold +ers/_z/xrnf07mx29bc7d_btt6mjq340000gn/T/Cleanup At Startup/CB_upload_ +03242016-571101498.450.pl line 99 #1415 1549408701.00000 DESTROY: Net::SFTP::Foreign=HASH(0x7fbfb2c16d8 +0)->DESTROY called (current pid: 1415, disconnect_by_pid: 1415), curr +ent thread generation: 1, disconnect_by_thread: 1) #1415 1549408701.00000 disconnect: Net::SFTP::Foreign=HASH(0x7fbfb2c1 +6d80)->disconnect called (ssh pid: ) #1415 1549408701.00000 _conn_lost: _conn_lost

In reply to Net::SFTP::Foreign giving me an issue? by flieckster

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.