0.07
[Net-SSH.git] / README
1 Net::SSH
2
3 Copyright (c) 2002 Ivan Kohler.
4 Copyright (c) 2002 Freeside Internet Services, LLC
5 All rights reserved.
6 This program is free software; you can redistribute it and/or modify it under
7 the same terms as Perl itself.
8
9 This module implements a Perl interface to ssh.  It is a simple wrapper around
10 the system `ssh' command.  For an all-perl implementation that does not require
11 the system `ssh' command, see Net::SSH::Perl.
12
13 To install:
14         perl Makefile.PL
15         make
16         make test # nothing substantial yet
17         make install
18
19 Documentation will then be available via `man Net:SSH' or `perldoc Net::SSH'
20
21 Anonymous CVS access is available:
22   $ export CVSROOT=":pserver:anonymous@cleanwhisker.420.am:/home/cvs/cvsroot"
23   $ cvs login
24   (Logging in to anonymous@pouncequick.cleanwhisker.420.am)
25   CVS password: anonymous
26   $ cvs checkout Net-SSH
27 as well as <http://www.420.am/cgi-bin/cvsweb/Net-SSH>.
28
29 A mailing list for users and developers is available.  Send a blank message to
30 <ivan-netssh-subscribe@420.am> to subscribe.
31
32 Ivan Kohler <ivan-netssh_readme@420.am>
33
34 $Id: README,v 1.4 2002-02-16 18:26:31 ivan Exp $
35