It's not complete by any means. Currently it has the following restrictions (among others that I'm probably forgetting):
If you're interested in trying it out, grab it at http://rhumba.pair.com/ben/perl/Net-SSH-0.01.tar.gz.use Net::SSH; my $ssh = Net::SSH->new($host); $ssh->login($user, $pass); my($out, $err) = $ssh->cmd($cmd);
The installation is relatively tricky; it's described in the README, but part of the trickiness is because it depends on a module (Crypt::CFB) which doesn't seem to be on CPAN (I bundled it with the tarball), and it requires a patch to Math::GMP (patch included).
I'm going to start working on adding support for some other ciphers and more authentication routines.
I'd really love some feedback on the module, though, so please, if you have a chance, do try it out, and if you have any comments, let me know.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: New Module: Net::SSH
by btrott (Parson) on Jan 19, 2001 at 11:40 UTC | |
|
Re: New Module: Net::SSH
by mirod (Canon) on Jan 11, 2001 at 12:26 UTC | |
by btrott (Parson) on Jan 11, 2001 at 12:55 UTC | |
by mirod (Canon) on Jan 11, 2001 at 13:15 UTC | |
by dchetlin (Friar) on Jan 11, 2001 at 17:45 UTC | |
by btrott (Parson) on Jan 11, 2001 at 20:22 UTC |