aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-SSH2/pkg-descr
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-02 01:46:20 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-02 01:46:20 +0000
commitbf4ccb013c658b8633d24f2ced8a6c7980953f43 (patch)
tree3e6fa0c64fff902426a8ddeb9830198a521b52f5 /net/p5-Net-SSH2/pkg-descr
parentef1c123f54ea8d68efe9f5564027d5b4faa210a0 (diff)
downloadports-bf4ccb013c658b8633d24f2ced8a6c7980953f43.tar.gz
ports-bf4ccb013c658b8633d24f2ced8a6c7980953f43.zip
Notes
Diffstat (limited to 'net/p5-Net-SSH2/pkg-descr')
-rw-r--r--net/p5-Net-SSH2/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/p5-Net-SSH2/pkg-descr b/net/p5-Net-SSH2/pkg-descr
new file mode 100644
index 000000000000..116baa3c9367
--- /dev/null
+++ b/net/p5-Net-SSH2/pkg-descr
@@ -0,0 +1,12 @@
+Net::SSH2 is a perl interface to the libssh2 (http://www.libssh2.org) library.
+It supports the SSH2 protocol (there is no support for SSH1) with all of the
+key exchanges, ciphers, and compression of libssh2.
+
+Unless otherwise indicated, methods return a true value on success and false
+on failure; use the error method to get extended error information.
+
+The typical order is to create the SSH2 object, set up the connection methods
+you want to use, call connect, authenticate with one of the auth methods, then
+create channels on the connection to perform commands.
+
+WWW: http://search.cpan.org/dist/Net-SSH2/