- martin
Post a reply
Topic review
- chriswayne1215
I even tried embedding -rawsettings AuthKI=0 in the code but same issue
- chriswayne1215
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
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