Skip Menu |

This queue is for tickets about the Net-SSH-Perl CPAN distribution.

Report information
The Basics
Id: 12429
Status: rejected
Priority: 0/
Queue: Net-SSH-Perl

People
Owner: Nobody in particular
Requestors: freeop [...] freemail.hu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.27
Fixed in: (no value)

Attachments


Subject: sshd: debug1: need rekeying
Hi, - uname: Linux mylinux 2.6.11 #2 SMP Fri Apr 8 07:21:28 CEST 2005 i686 GNU/Linux - Debian linux SID - error log in attached file. - client and server script in attached file - net::ssh::perl installed from cpan (dh-make-perl) My client scrip connect to remote ssh server, and execute perl scrip. Remote STDOUT and remote STDERR redirect to local file. if ( $sshconn = Net::SSH::Perl->new("localhost", %params)) **** sbackup.pl $sshconn->login('op'); $sshconn->register_handler("stdout", sub { my($outchannel, $outbuffer) = @_; print(FOUT $sshconn->type);}); $sshconn->register_handler("stderr", sub { my($errchannel, $errbuffer) = @_; print(FERR $errbuffer->bytes);}); ($ssherr, $ssherr, $sshexit) = $sshconn->cmd("/tmp/bufile.pl"); $sshconn->cmd("exit"); } ****bufile.pl print(STDERR "TAR START...\n"); system("tar -cmvzf /tmp/large.tgz /tmp/largedir-1.5GB"); print(STDERR "TAR END.\n"); ** after (1 hour) server sent this message: Apr 27 16:22:38 mylinux sshd[32703]: debug1: need rekeying Apr 27 16:22:38 mylinux sshd[32703]: debug1: SSH2_MSG_KEXINIT sent and client log: foldesilinux: channel 1: window 14729 sent adjust 18039 foldesilinux: channel 1: window 1655 sent adjust 31113 foldesilinux: Warning: ignore packet type 20 ...and data transfer stop
Download perl-ssh.tgz
application/x-gzip 10k

Message body not shown because it is not plain text.

Date: Wed, 27 Apr 2005 18:02:38 +0200
From: Földesi Péter <peter.foldesi [...] kirowski.com>
To: bug-Net-SSH-Perl [...] rt.cpan.org
CC: freeop [...] freemail.hu
Subject: Re: [cpan #12429] AutoReply: sshd: debug1: need rekeying
RT-Send-Cc:
Net-SSH-Perl wrote: Show quoted text
> Greetings, > This message has been automatically generated in response to your bug report about Net-SSH-Perl, a summary of which appears below. > >There is no need to reply to this message right now. Your bug in Net-SSH-Perl has been assigned an ID of [cpan #12429]. Please include the string: > > [cpan #12429] > >in the subject line of all future correspondence about this issue. To do so, >you may reply to this message. > > Thank you, > bug-Net-SSH-Perl@rt.cpan.org > >------------------------------------------------------------------------- >Hi, >- uname: Linux mylinux 2.6.11 #2 SMP Fri Apr 8 07:21:28 CEST 2005 i686 GNU/Linux >- Debian linux SID >- error log in attached file. >- client and server script in attached file >- net::ssh::perl installed from cpan (dh-make-perl) > >My client scrip connect to remote ssh server, and execute perl scrip. >Remote STDOUT and remote STDERR redirect to local file. > >if ( $sshconn = Net::SSH::Perl->new("localhost", %params)) > >**** sbackup.pl >$sshconn->login('op'); >$sshconn->register_handler("stdout", sub { >my($outchannel, $outbuffer) = @_; print(FOUT $sshconn->type);}); > >$sshconn->register_handler("stderr", sub { >my($errchannel, $errbuffer) = @_; print(FERR $errbuffer->bytes);}); > >($ssherr, $ssherr, $sshexit) = $sshconn->cmd("/tmp/bufile.pl"); > >$sshconn->cmd("exit"); >} > >****bufile.pl >print(STDERR "TAR START...\n"); >system("tar -cmvzf /tmp/large.tgz /tmp/largedir-1.5GB"); >print(STDERR "TAR END.\n"); ** > >after (1 hour) server sent this message: >Apr 27 16:22:38 mylinux sshd[32703]: debug1: need rekeying >Apr 27 16:22:38 mylinux sshd[32703]: debug1: SSH2_MSG_KEXINIT sent > >and client log: >foldesilinux: channel 1: window 14729 sent adjust 18039 >foldesilinux: channel 1: window 1655 sent adjust 31113 >foldesilinux: Warning: ignore packet type 20 > >...and data transfer stop > > >
-- Földesi Péter system administrator Kirowski rt. 06-1-411-2200 www.kirowski.hu
Try latest version.