X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=README;h=99684349c5ab72f384fe12642a41485d33dfdcc7;hb=HEAD;hp=02b859fd21bdd57a75cc080425ecd06eefdd4d1e;hpb=95ed9cfbdf3bd335f711539ee79287b6734a82f4;p=Net-SSH.git diff --git a/README b/README index 02b859f..9968434 100644 --- a/README +++ b/README @@ -1,13 +1,18 @@ -Net::SSH v0.01 +Net::SSH -Copyright (c) 2000 Ivan Kohler. -Copyright (c) 2000 Silicon Interactive Software Design. -Copyright (c) 2000 Freeside Internet Services, LLC +Copyright (c) 2002 Ivan Kohler +Copyright (c) 2007 Freeside Internet Services, Inc. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -This module implements a Perl interface to ssh. +This module implements a Perl interface to ssh. It is a simple wrapper around +the system `ssh' command. For a perl implementation that does not require +the system B command, see L instead. For a wrapper +version that allows you to use passwords, see L instead. +For another non-forking version that uses the libssh2 library, see +L. For a way to execute remote Perl code over an ssh connection +see L. To install: perl Makefile.PL @@ -25,11 +30,12 @@ Anonymous CVS access is available: $ cvs checkout Net-SSH as well as . -A mailing list for users and developers is available. Send a blank message to - to subscribe. +Assitance wanted - this module could really use a maintainer with enough time +to at least review and apply more patches. Or the module should just be +deprecated in favor of Net::SSH::Expect or made into an ::Any style +compatibility wrapper that uses whatver implementation is avaialble +(Net::SSH2, Net::SSH::Perl or shelling out like the modules does now). Please +email if you are interested in helping. Ivan Kohler -20 4,16 * * * saytime - -$Id: README,v 1.2 2000-11-25 23:47:26 ivan Exp $