![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Secure FTP Client that Logs well | ArtF | UNIX and Linux Applications | 3 | 04-21-2008 12:39 PM |
| JSCAPE Secure FTP Server 3.8 (Default branch) | iBot | Software Releases - RSS News | 0 | 03-05-2008 05:20 AM |
| How to rdist to secure server. | Mar1006 | Shell Programming and Scripting | 7 | 03-05-2007 05:43 AM |
| ftp to secure server | rkkiran | HP-UX | 1 | 01-03-2005 12:30 PM |
| title bar manipulation in F-Secure SSH Client for Windows | ssikhar | Shell Programming and Scripting | 3 | 10-22-2004 06:31 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| shell script, shell scripting, unix scripting, unix scripting basics |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|