Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

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

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 ?
Labels (2)
4 Replies
Anonymous
Not applicable

Hi
I'm not sure about this. But I think this may be due to RSA and DSA.
Here are the codes of tFTPConnection.
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
Anonymous
Not applicable

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...
_AnonymousUser
Specialist III
Specialist III
Author

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.
elkhansaa
Contributor II
Contributor II

Hello

Connection sftp doesn't work with

 

Check on SFTP

- Authentication as Password

- Set Port as 22 (as for ssl connection Port is 22)

 

Please help

 

thks