Help for this page
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 ...
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
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 ########