• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H28-Sep-2020-372229

lib/Net/H28-Sep-2020-6,1552,667

patches/H28-Sep-2020-168149

t/H28-Sep-2020-648533

ChangesH A D28-Sep-202027.1 KiB771643

MANIFESTH A D28-Sep-20201.1 KiB4241

META.jsonH A D28-Sep-20201 KiB4847

META.ymlH A D28-Sep-2020650 2625

Makefile.PLH A D08-Feb-20201.3 KiB5046

READMEH A D29-Apr-2020746 3721

README

1Net-OpenSSH
2===========
3
4Perl wrapper for OpenSSH secure shell client.
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20  Test::More
21  IO::Pty (optional, required for password authentication)
22  Net::SFTP::Foreign (optional, required for SFTP support)
23
24  OpenSSH binary client version 4.1 or later, 5.x or later
25  recommended.
26
27
28COPYRIGHT AND LICENCE
29
30Copyright (C) 2008-2020 by Salvador Fandino
31
32This library is free software; you can redistribute it and/or modify
33it under the same terms as Perl itself, either Perl version 5.10.0 or,
34at your option, any later version of Perl 5 you may have available.
35
36
37