Re: Problem with remote command execution (General questions)
Some results:
destination is windows 2003 enterprise server running a sshserver
using the latest wodSSHD.dll 2.0.0.227 with terminalemulation off.
from RHEL4 ssh 3.6.p1
from RHEL4 ssh OpenSSH_4.6p1 (OpenSSL 0.9.8a)
from same 2003 server with plink
All have the same result:
- interactive everything works
- scp is working
- using the command : ssh user@ipno hostname
I get random errors, for instance :
debug2: callback done
debug2: channel 0: open confirm rwindow 65536 rmax 32768
debug2: channel 0: rcvd adjust 0
Disconnecting: Bad packet length 2930188358.
debug3: channel 0: close_fds r 4 w 5 e 6 c -1
or
debug2: callback done
debug2: channel 0: open confirm rwindow 65536 rmax 32768
debug2: channel 0: rcvd adjust 0
Disconnecting: Corrupted MAC on input.
debug3: channel 0: close_fds r 4 w 5 e 6 c -1
Using the same wodssh server with same dll on a windows Xp sp2 system everything works.
Also from the win2003 server to an unix server with plink everything works.
Will try to do some more tests later this week.
Hans