Mencial has asked for the wisdom of the Perl Monks concerning the following question:
Hello. First question here.
I am trying to get Perl to SSH to a Unix machine. The possible origin machines are Unix, Linux and Windows XP. The problem is, it is all behind a very restrictive firewall (no FTP, authenticating HTTP that PPM cannot get through even I set up HTTP_proxy*).
I have Perl installed in the three machines, and all three have SSH clients (PuTTY in Windows). But I cannot get Open2($r, $w, "ssh destination") to work (I cannot do the SSH public key authentication, I cannot meddle with the destination machine) and I cannot use CPAN nor PPM to connect to a repository.
So I need help on how to do one of the following:
Thanks in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Get Perl packages
by jasonk (Parson) on Jun 12, 2007 at 20:23 UTC | |
by Mencial (Initiate) on Jun 13, 2007 at 21:13 UTC | |
|
Re: Get Perl packages
by MidLifeXis (Monsignor) on Jun 13, 2007 at 20:41 UTC | |
by Mencial (Initiate) on Jun 13, 2007 at 21:16 UTC |