Please forgive if I'm going over some well documented issue. I'm
brand-spaking new to ssh and unix in general...
My question... I've been working on a perl script that utilizes ssh/scp in
order to automate file transfers between hosts. The script works great on
hosts running the same version of ssh my localhost is
running(ssh-2.0-2.3.0), however, I'm running into problems with a remote host
running ssh-2.0-2.0.10. I can connect to the host normally using ssh,
however, when I try to scp a file from the remote host, I receive this error:
ssh_file_server_receive_proc: unexpected packet: 17.
Any help would be greatly appreciated!
RS