in reply to Re^5: net::ssh:perl - sshd: debug1: need rekeying
in thread net::ssh:perl - sshd: debug1: need rekeying
work fine here:) but data transfer not ssh tunel and remote createdtar czf /tmp/toto.tgz /mnt/Musique/AlJarreau/Jarreau/
print file STDOUT and"tar cz /mnt/Musique/AlJarreau/Jarreau/"
redirect to local file. the mistake one hour after check in. please try who that way (one hour!!) (use strict OK - this only test :))$sshconn->register_handler("stdout", sub { my($outchannel, $outbuffer) = @_; print(FOUT $sshconn->type); });
|
|---|