• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » TOS 5.0 : SFTP connection errors due to SSH file from CoreFTP Lite

#1 2012-04-10 15:27:34

fredo92300
Guest

TOS 5.0 : SFTP connection errors due to SSH file from CoreFTP Lite

Tags: [coreFTP, error, java, sftp, ssh]

Usually, I used to generate private key files from PuTTYGen, then convert them under OpenSSH format to succeed in connecting with tFTPConnection to a SFTPserver.

Recently, I had to use CoreFTP Lite to generate an allowed key pair with successful connection to a CoreFTP SFTP server.
But, it seems impossible to use this private key file with tFTPConnection.

May you help me ?

#2 2012-04-11 08:48:45

pedro
Member
Registered: 2011-11-17
Posts: 3682

Re: TOS 5.0 : SFTP connection errors due to SSH file from CoreFTP Lite

Hi

I'm not sure about this. But I think this may be due to RSA and DSA.
Here are the codes of tFTPConnection.

Code:

jsch_tFTPConnection_1.addIdentity("/.ssh/id_dsa",
                        defaultUserInfo_tFTPConnection_1.getPassphrase());

You can see this string "/.ssh/id_dsa".

How does CoreFTP generate private key, by RDS or DSA?


Regards,
Pedro


Only Paranoid Survive.

Offline

#3 2012-04-25 17:21:34

fredo78
New member
Registered: 2012-04-10
Posts: 1

Re: TOS 5.0 : SFTP connection errors due to SSH file from CoreFTP Lite

All I can find is this explanation : "Core FTP supports SSH protocol version 2 and will attempt to use it first in all SSH connections"

Nothing is asked when you generate a new key pair with this sowtfare...

I imagine SSH-2 RSA 1024 is used...

Offline

#4 2012-09-13 21:00:56

Ras
Guest

Re: TOS 5.0 : SFTP connection errors due to SSH file from CoreFTP Lite

If you unable to use SFTP, just try the following:
- Check on SFTP
- Authentication as Password
- Set Port as 22 (as for ssl connection Port is 22)

Let me know if he works for you.

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » TOS 5.0 : SFTP connection errors due to SSH file from CoreFTP Lite

Board footer

Powered by FluxBB