From 0798f662ba9aa6213688be0e49d2367af9c9fa09 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 25 Dec 2007 00:35:20 +0000 Subject: just some documentation updates --- README | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'README') diff --git a/README b/README index 5d121c6..9968434 100644 --- a/README +++ b/README @@ -1,14 +1,18 @@ Net::SSH -Copyright (c) 2002 Ivan Kohler. -Copyright (c) 2002 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. It is a simple wrapper around -the system `ssh' command. For an all-perl implementation that does not require -the system `ssh' command, see Net::SSH::Perl. +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 @@ -26,10 +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 -$Id: README,v 1.4 2002-02-16 18:26:31 ivan Exp $ - -- cgit v1.2.1