Help for this page

Select Code to Download


  1. or download this
     
    my $sshSession = Net::SSH::Perl->new($address, debug => 'true', protoc
    +ol => '2,1');
    # Login works fine            
    ...
    # Execute a command                       
    my  ($out, $err, $exit) = $sshSession->cmd($command);
    # hangs while executing ...
    
  2. or download this
    howboutdat: Login completed, opening dummy shell channel.
    howboutdat: channel 0: new [client-session]
    ...
    howboutdat: channel 1: input open -> closed
    howboutdat: channel 1: close_read
    # Hangs right here
    
  3. or download this
    debug1: input_session_request
    debug1: channel 1: new [server-session]
    ...
    debug2: notify_done: reading
    debug3: channel 1: will not send data after close
    ### Hangs right here ########