cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

SFTP connectivity using while using SSH

sravanij
Deputy Chef I
Deputy Chef I

Hi All,

I am trying to connect to a SFTP server using public/private key authentication. 

The public key is configured in the SFTP server and when I am trying to establish connectivity using Workato with private key, getting below error.

"could not settle on encryption_client algorithm Server encryption_client preferences: aes256-gcm@openssh.com,aes128-gcm@openssh.com Client encryption_client preferences: aes256-ctr,aes192-ctr,aes128-ctr,aes256-cbc,aes192-cbc,aes128-cbc,rijndael-cbc@lysato"

 

My private key as below info:

Proc-Type: 4,ENCRYPTED
DEK-Info: DES-EDE3-CBC,49F1D315CD34905A

Can you please help me to know what exactly is the issue.

Thanks

Sravani

1 REPLY 1

shivakumara
Executive Chef II
Executive Chef II

Hi @sravanij,
Based on the error, here is my understanding and suggested fix:

1. Your server supports:

aes256-gcm@openssh.com, aes128-gcm@openssh.com

2. Your client supports:

aes256-ctr, aes192-ctr, aes128-ctr, aes256-cbc, aes192-cbc, aes128-cbc, rijndael-cbc@lysato

Fix: Update your SFTP client to support aes256-gcm@openssh.com or aes128-gcm@openssh.com, OR modify the server configuration to allow aes256-ctr 

Kindly try from your end and let me know if you need further help.

Thanks and Regards,
Shivakumar K A