Hi All,

Background: I'm writing a (yet another) distributed run module that will allow people to run distributed processes to many machines / stress test connections etc. I can either use Net::Telnet & Net::FTP to move stuff around, *or* I can use Net::SSH & Net::SCP to move files around. The security people in the organization would perfer me to use Net::SSH. I was going to par up all of the required modules in to a par...

Question: Net::SSH has large dependencies, since it requires the Crypt:: modules and Math:: modules and some Digest:: modules, which is fine, but I've noticed that some of the modules have at least one .c file... Danger Danger, Will Robinson! If I'm going to distribute a par that contains Net::SSH, it sounds like it wouldn't be cross platform compatible! Is this true or does magic happen here?

If I can't get this to work, I'll have a configuration boolean for instead of telnet use command line ssh -c and scp commands directly...

I will admit that at this point I haven't been able to get Net::SSH up and running yet, (so I haven't been able to create a par yet), because my .cpan file is confused and I haven't spent the time to figure it out so I've been downloading modules manually and doing the make install... I appologize for this, but I figured asking the question here might be simpler, and result in a good discussion...


Thanks and have a great day!

----
Zak

In reply to par & Net::SSH by zakzebrowski

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.