The reason the root privileges are needed is the Net::Rsh module seems to connect from a port < 1024 to server port 514(rsh). I beleive to listen on ports < 1024 or connect from ports <1024 to a server port you neet to be a superuser (like root) (but not on Windows XP)

You could get around this by modifying Rsh.pm to start trying to connect from ports higher then 1024 by altering the value of $end_port to something like 2048

NB THIS INFORMATION BEARS NO WARRANTY. USE ONLY AT YOUR RISK. The author must have done this for a reason. I don't know why so please be careful. Please note rsh is considered a huge security risk .

Update:The server (at least on debian) does not seem to require connection from port < 1024 as indicated above. Some web sites (like here) say the server will terminate connection if source port is < 1024.

I got to get faster at typing and submitting ;-)

--blm--

In reply to Re: Get around root requirement for Net::Rsh by blm
in thread Get around root requirement for Net::Rsh by Anonymous Monk

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.