in reply to Re^8: Advice on running perl program over ssh
in thread Advice on running perl program over ssh
Which OS/distribution are you running on your machine? Net::OpenSSH is available as a native package for several Linux distributions (Debian, Ubuntu, Fedora, etc.). Otherwise you can install it running the CPAN client as root:
In case you can't be root, there are several other approaches, for instance, using local::lib.# cpan Net::OpenSSH
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Advice on running perl program over ssh
by Amblikai (Scribe) on Jul 16, 2014 at 09:12 UTC | |
by salva (Canon) on Jul 16, 2014 at 09:58 UTC |