From b36296a20bb4cd814949c6b92ee46851fd78906d Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 9 Oct 2000 16:28:49 +0000 Subject: initial import --- README | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..0f4a491 --- /dev/null +++ b/README @@ -0,0 +1,35 @@ +Net::SSH v0.01 + +Copyright (c) 2000 Ivan Kohler. +Copyright (c) 2000 Silicon Interactive Software Design. +Copyright (c) 2000 Freeside Internet Services, LLC +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. + +To install: + perl Makefile.PL + make + make test # nothing substantial yet + make install + +Documentation will then be available via `man Net:SSH' or `perldoc Net::SSH' + +Anonymous CVS access is available: + $ export CVSROOT=":pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot" + $ cvs login + (Logging in to anonymous@pouncequick.cleanwhisker.420.am) + CVS password: anonymous + $ cvs checkout Net-SSH +as well as . + +A mailing list for users and developers is available. Send a blank message to + to subscribe. + +Ivan Kohler +20 4,16 * * * saytime + +$Id: README,v 1.1 2000-10-09 16:28:49 ivan Exp $ + -- cgit v1.2.1