Secure FTP Problem using Sun SSH on Client system F-Secure on Server system

I am using shell script to do secure ftp. I have done key file setup to do password less authentication. Following are the FTP Details:

FTP Client has Sun SSH.
FTP Server has F-Secure.

I am using SCP Command to do secure copy files. When I am doing this, I am getting the foll error

scp: warning: Executing scp1.
scp: FATAL: Executing ssh1 in compatibility mode failed (Check that scp1 is in your PATH).
lost connection

Can any one help to resolve this..

Thanks

i am unfamiliar with the software you are using, but ssh1/scp1 coupled with the term "compatibility mode" sounds like the protocol version error with ssh? Perhaps your ssh server only allows ssh v2 (which is good) but your client may not support ssh v2.

Check the SSH server config and see if it allows v1 and v2, and check your client to see what it's compatible with. Maybe your client has to be specifically told to negotiate ssh v2 with a command line option (if it's graphical, there should be a setting for that also).

I wouldnt change the ssh server to allow v1 if it doesnt already. v2 is the way to go.

Hi snackiesmores

On Client System the s/w is
SSH Version Sun_SSH_1.0.1, protocol versions 1.5/2.0

On Server System the FTP S/w is
F-Secure SSH 3.3.0 (build 14) on sparc-sun-solaris2.8

There is no additional setup. For this setup only, I am getting that error.