There hasn't been a need for Net::SSH::W32Perl for a while now. Math::PARI is available from several ppm repositories (as are the various Digest/Crypt modules), and it's all you need for ssh2 support (what you get with Net::SSH::W32Perl)

On a sidenote, for ssh1 you need Math::GMP, which is available from my repository but requires cygwin (dlls provided of course).

Now it does appear someone went and ported gmp to windows, so I'll see about getting a clean (doesn't require cygwin) version of Math::GMP to my repository.

update: Would you look at what I found, Math-GMP for Win32 Perl, it's no ppm repository, but just as good.

I finally got gladman's version to compile, but something goes wrong with nasm and memory access violation this, that ... but the kalinabears libgmp works fine, so I might put that up on my repository (we'll see)...update and I have.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.


In reply to Re: Re: Win32 SSH solution? by PodMaster
in thread Win32 SSH solution? by traveler

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.