Hi,
I use TscSFTPClient+TscSSHClient pair (SecureBridge v6.2.3) and want to connect to an SFTP server with publickey authentication, but I get error message.
I investigated that your scSSHClient component wants to use only one-step athentication sending my private key with signature. OK, its allowed by RFC 4252 standard ("SSH Authentication Protocol"), but my server doesn't. My server accepts only two-step authentication, sending private key without signature first, then with signature if it's OK.
After first step (without signature) the server send SSH_MSG_USERAUTH_PK_OK message, but the component doesn't handle it at all.
Could You implement two-step authentication and an option that allows us to switch between two methods in scSSHClient?
SFTP client publickey authentication
Re: SFTP client publickey authentication
Thank you for the information. We will investigate the possibility of adding this functionality in the next build. As soon as we solve this question we will let you know.
Re: SFTP client publickey authentication
New version of SecureBridge 6.3.4 has been released. This build must solve the problem.
Re: SFTP client publickey authentication
Yes, it works perfectly!
Thank you wery much for fast solution.

Thank you wery much for fast solution.
Re: SFTP client publickey authentication
Feel free to contact us if you have any further questions. 
