Hi, my team and I are experiencing an issue with Camel and SFTP. We've noticed that, when "maximumReconnectAttempts" is set, this applies to authentication failures as well, meaning that Camel will keep trying to connect with the same bad credentials until maximumReconnectAttempts has been reached. We're pairing Camel with Akka, so this often results in an Akka timeout before Camel can reply with an auth failure message. Is there a valid reason to reattempt auth credentials in the same connection, and if so, is there an option to disable maximumReconnectAttempts for auth only?
Thanks for your help! Clark
