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/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take it.
clsung 2007-03-02 01:46:20 UTC FreeBSD ports repository Modified files: net Makefile Added files: net/p5-Net-SSH2 Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-SSH2 0.10, support for the SSH 2 protocol via libSSH2. PR: ports/109702 Submitted by: Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw> Revision Changes Path 1.1827 +1 -0 ports/net/Makefile 1.1 +27 -0 ports/net/p5-Net-SSH2/Makefile (new) 1.1 +3 -0 ports/net/p5-Net-SSH2/distinfo (new) 1.1 +12 -0 ports/net/p5-Net-SSH2/pkg-descr (new) 1.1 +16 -0 ports/net/p5-Net-SSH2/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thank You.