Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!

Qlik Talend Cloud: Too many bad authentication attempts! Too many bad authentication attempts!

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Chethankumar_JS
Support
Support

Qlik Talend Cloud: Too many bad authentication attempts! Too many bad authentication attempts!

Last Update:

Apr 1, 2026 6:14:03 AM

Updated By:

Sonja_Bauernfeind

Created date:

Apr 1, 2026 6:14:03 AM

Connecting to an SFTP server using username and password authentication fails with the error:

Too many bad authentication attempts! 
com.jcraft.jsch.JSchException: 11 Too many bad authentication attempts!

Resolution

The issue is caused by the password containing a backslash (\). A backslash is treated as a control or escape character and must be escaped accordingly. If not handled correctly, a control or escape character in a password can cause connection or authentication errors.

Either remove the backslash (\) or replace it with a double backslash (\\) to escape it properly.

Example:

Previous, failing password: Test\123
Updated password: Test\\123

 

 

Environment

  • Qlik Talend Cloud
  • Qlik Talend Data Integration
Labels (1)
Version history
Last update:
a week ago
Updated by: