Linux SoftwareProgrammingLibrariesNet-SSH2 0.09

Net-SSH2 0.09


Net-SSH2 is a SSH 2 protocol interface. SYNOPSIS Top use Net::SSH2; my $ssh2 = Net::SSH2->new(); $ssh2->connect('
Developer:   David Robins
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   64K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Net-SSH2 is a SSH 2 protocol interface.

SYNOPSIS

Top
use Net::SSH2;

my $ssh2 = Net::SSH2->new();

$ssh2->connect('example.com') or die;

if ($ssh2->auth_keyboard('fizban')) {
my $chan = $ssh2->channel();
$chan->exec('program');

my $sftp = $ssh2->sftp();
my $fh = $sftp->open('/etc/passwd') or die;
print $_ while < $fh >;
}

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.

Requirements:
  • Perl
    tags net ssh2  the connection  the ssh2  

    Download Net-SSH2 0.09


     ftp://ftp.roedu.net/pub/CPAN/authors/id/D/DB/DBROBINS/Net-SSH2-0.09.tar.gz


    Authors software

    Net-SSH2 0.09 (by David Robins)
    Net-SSH2 is a SSH 2 protocol interface.

    SYNOPSIS

    Top
    use Net::SSH2;

    my $ssh2 = Net::SSH2->new();

    $ssh2->connect('


    Similar software

    Net-SSH2 0.09 (by David Robins)
    Net-SSH2 is a SSH 2 protocol interface.

    SYNOPSIS

    Top
    use Net::SSH2;

    my $ssh2 = Net::SSH2->new();

    $ssh2->connect('

    libssh2 0.2 RC1 (by Sara Golemon)
    libssh2 library implements the SSH2 protocol as defined by Internet Drafts: SECSH-TRANS, SECSH-USERAUTH, SECSH-CONNECTION, SECSH-ARC

    Ganymed SSH-2 for Java Build 210 (by Christian Plattner)
    Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).

    Ganymed SSH2 f

    Portable OpenSSH 4.5p1 (by OpenBSD Project)
    Portable OpenSSH is a Unix/Linux port of OpenBSD's excellent OpenSSH, a full implementation of the SSH1 and SSH2 protocols

    JSch 0.1.30 (by JCraft, Inc.)
    JSch is a pure Java implementation of SSH2.

    JSch project allows the user to connect to an sshd server and use port forwarding, X11

    SFTP Plug-in for Eclipse 0.0.2 (by JCraft, Inc.)
    SFTP Plug-in for Eclipse will add the SFTP support to Eclipse

    Reverse Shell 1.91 (by Tomi Ollila)
    Reverse Shell is used along a tunnel created with a Secure and Remote shell program.

    After a tunnel is created, commands and/or inte

    OpenSSH 4.5 (by OpenBSD Project)
    OpenSSH project is a FREE version of the SSH protocol suite of network connectivity tools that increasing numbers of people on the In

    WeirdX 1.0.32 (by JCraft, Inc.)
    WeirdX is an X Window System server in pure Java under GNU GPL.

    It is derived from WiredX-Lite and will run on any platforms which

    yafc 1.1.1 (by Martin Hedenfalk)
    Yafc is yet another FTP client which features a directory cache, remote filename completion, aliases, colorized ls, recursive get/put


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags