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