Help for this page

Select Code to Download


  1. or download this
    Module id = Net::SSH::Perl
        CPAN_USERID  SCHWIGON (Steffen Schwigon <schwigon@cpan.org>)
    ...
        MANPAGE      Net::SSH::Perl - Perl client Interface to SSH
        INST_FILE    /opt/exp/perl/perl5.8/lib/site_perl/5.8.8/Net/SSH/Per
    +l.pm
        INST_VERSION 1.34
    
  2. or download this
    XS_Tk__Callback_Call error:Protocol error: expected packet type 91, go
    +t 80 at /opt/exp/perl/perl5.8/lib/site_perl/5.8.8/Net/SSH/Perl/Packet
    +.pm line 222
    
  3. or download this
    Tk::Error: Protocol error: expected packet type 91, got 80 at /opt/exp
    +/perl/perl5.8/lib/site_perl/5.8.8/Net/SSH/Perl/Packet.pm line 224
     Carp::croak at /opt/exp/perl/perl5.8/lib/5.8.8/Carp.pm line 269
    ...
     Tk::Menu::Invoke at /opt/exp/perl/perl5.8/lib/site_perl/5.8.8/darwin/
    +Tk/Menu.pm line 532
     <ButtonRelease>
     (command bound to event)
    
  4. or download this
    217 sub read_expect {
    218     my $class = shift;
    ...
    225     }
    226     $pack;
    227 }
    
  5. or download this
    caller DUMP:
    $VAR1 = 'Net::SSH::Perl::SSH2';
    $VAR2 = '/opt/exp/perl/perl5.8/lib/site_perl/5.8.8/Net/SSH/Perl/SSH2.p
    +m';
    $VAR3 = 78;
    
  6. or download this
     65 sub login {
     66     my $ssh = shift;
    ...
     84         $channel->request("shell", 0);
     85     }
     86 }
    
  7. or download this
    80        SSH_MSG_GLOBAL_REQUEST
    
  8. or download this
    4.  Global Requests
    
    ...
       request to start TCP/IP forwarding for a specific port.  Note that
       both the client and server MAY send global requests at any time, an
    +d
       the receiver MUST respond appropriately.
    
  9. or download this
    All such requests use the
       following format.
    ...
       that relate to the same channel MUST also be replied to in the righ
    +t
       order.  However, channel requests for distinct channels MAY be
       replied to out-of-order.