in reply to Re^2: net::ssh:perl - sshd: debug1: need rekeying
in thread net::ssh:perl - sshd: debug1: need rekeying
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: net::ssh:perl - sshd: debug1: need rekeying
by Anonymous Monk on May 09, 2005 at 16:00 UTC | |
sorry my english..:) thist shell command perfect work: i think perl module bug (net::ssh::perl) full perl code: local file
remote file:
logs: sshd:
ssh client (perl) debug output: please try this code. what is the problem? thank you very much! | [reply] [d/l] [select] |
by wazoox (Prior) on May 09, 2005 at 16:29 UTC | |
May be the remote script is hosed... Why use "print STDERR"? You have "warn" for that, use it. BTW you didn't follow the Very Holy Golden Law : Always Use strict. Better change the code this way :
| [reply] [d/l] [select] |
by freeop (Initiate) on May 10, 2005 at 06:39 UTC | |
important that the remote STDERR and remote STDOUT redirect to local file.(posteriorly wrought the STDERR messages) work fine here:) but data transfer not ssh tunel and remote created print file STDOUT and redirect to local file. the mistake one hour after check in. please try who that way (one hour!!) (use strict OK - this only test :)) see my code comments) thank you | [reply] [d/l] [select] |
by freeop (Initiate) on May 09, 2005 at 16:14 UTC | |
remote file:
| [reply] [d/l] |