-
Notifications
You must be signed in to change notification settings - Fork 154
connection issues when both key and password are required #763
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Hi @girishramv, Does it work if you add the following when trying to connect to this specific server? jschSession.setConfig("enable_pubkey_auth_query", "no"); Thanks, |
I figured out the problem. I do not have a fix yet. |
Jsch did not send a password because the SFTP server returned a disconnect response after the key auth failed. |
The text was updated successfully, but these errors were encountered: