0 votes
by (120 points)

receiving following error when trying to connect to ftp, please advise.

Authentication was partially successful, but server requires additional authentication with: 'password,keyboard-interactive'.

Applies to: Rebex SFTP

1 Answer

0 votes
by (70.2k points)

It seems that you log in using username and SshPrivateKey.

But the server also requires password.

Please, use the Sftp.Login(string userName, string password, SshPrivateKey privateKey) and specify password as well.

...