Urgent - Please help - Keyboard-interactive authentication via Arguments in SSIS

Advertisement

chriswayne1215
Joined:
Posts:
3

Urgent - Please help - Keyboard-interactive authentication via Arguments in SSIS

While using sftp from SSIS I'm having terrible issue with password authentication. I'm executing it from my laptop and also WINCSP is on same laptop. I had been to the winscp application and changed the settings of the sftp site by unchecking "By pass SSH-Authentication entirely" and could connect via winscp session. But when executed via ssis I get below issue

here is my connection to sftp

/console /command "option batch abort" "open sftp://welcome:6s1+J<@ftp.XXX.XXX.com:22/" "get /foldername/*.csv c:\sFTPFILES\" "-log=C:\sFTPLOG\log.txt" "exit"

Is there a way to supply not to take keyboard authentication in above code?

ISSUE BELOW
======================

2015-12-01 20:44:53.232 Attempting keyboard-interactive authentication
. 2015-12-01 20:44:53.257 Prompt (keyboard interactive, "SSH server authentication", "Using keyboard-interactive authentication.", "Password: ")
. 2015-12-01 20:44:53.257 Using stored password.
. 2015-12-01 20:44:55.328 Keyboard-interactive authentication failed
! 2015-12-01 20:44:55.328 Access denied
. 2015-12-01 20:44:55.328 Attempting keyboard-interactive authentication
. 2015-12-01 20:44:55.353 Prompt (keyboard interactive, "SSH server authentication", "Using keyboard-interactive authentication.", "Password: ")
. 2015-12-01 20:44:55.353 Disconnected: Unable to authenticate

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum