Prune x11/hotwire-shell
[dports.git] / net / p5-Net-SSH2 / pkg-descr
1 Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org) library.
2 It supports the SSH2 protocol (there is no support for SSH1) with all of the
3 key exchanges, ciphers, and compression of libssh2.
4
5 Unless otherwise indicated, methods return a true value on success and false
6 on failure; use the error method to get extended error information.
7
8 The typical order is to create the SSH2 object, set up the connection methods
9 you want to use, call connect, authenticate with one of the auth methods, then
10 create channels on the connection to perform commands.
11
12 WWW: http://search.cpan.org/dist/Net-SSH2/