********** No I wasn't being an Idiot ...

edit: etc....

PLEASE and Thanks

Do you mean you don't understand my previous post here? Are you still having problems? I don't understand all that. Please calm down a bit.

I shall try to make myself a bit clearer: on systems where getpwuid isn't implemented (which apparently includes Windows) $ENV{HOME} should point to the user's home directory. That is, the directory that will contain your personal ".ssh" configuration directory - even if you don't use it.

Try doing something like $ENV{HOME} = "C:/Users/MyName/"; or whatever, before doing anything with Net::SSH::Perl.

Are they current?

You can normally find the latest version of modules on http://search.cpan.org. Looks like your Net::SSH::Perl is up-to-date. You can check the other modules yourself.

I read this node (node_id=610326) and I did understand it! and I was even more puzzled.
Did you know you can link to nodes like this? [id://610326] turns into: Problem connecting remotehost by Net::SSH.

Anyway the replies to that node seem pretty clear to me.


In reply to Re^3: The getpwuid function is unimplemented at C:/Perl/.... by Joost
in thread The getpwuid function is unimplemented at C:/Perl/.... by blackadder

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.