blob: 5d121c6759245d5d8c3c01219ef6bb49955bf5cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
Net::SSH
Copyright (c) 2002 Ivan Kohler.
Copyright (c) 2002 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. 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.
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 <http://www.420.am/cgi-bin/cvsweb/Net-SSH>.
A mailing list for users and developers is available. Send a blank message to
<ivan-netssh-subscribe@420.am> to subscribe.
Ivan Kohler <ivan-netssh_readme@420.am>
$Id: README,v 1.4 2002-02-16 18:26:31 ivan Exp $
|