in reply to What is SSH? What Perl modules exist for it?
There are a few modules for Perl, notably Net::SSH which is a wrapper around the unix 'ssh' command, and needs ssh to also be installed. There is also Net::SSH::Perl which is a pure perl implementation, and needs several other encryption modules to work.
You'll also need to make sure that an ssh server is actually running on the machines that you connect to.
C.
(More info from http://www.ssh.com and http://www.openssh.org )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: What is SSH? What Perl modules exist for it?
by sauoq (Abbot) on Oct 30, 2003 at 19:24 UTC |