I'm using EnterpriseDT library to connect to a sFTP server.
When I try a username and password (Password Authentication), after the first atempt failed, it starts trying keyboard-interactive authentication, prompting for a password.
Is it possible to disable keyboard-interactive authentication?
Here's what's happening:
- Password authentication
- Waiting for packet
- Packet arrived
- Auth partial success. Try: password,publickey,keyboard-interactive
- Keyboard interactive authentication
- Waiting for packet
- Packet arrived
- Prompt: Password:
- Waiting for packet
- Packet arrived
- Auth partial success. Try: password,publickey,keyboard-interactive
- Waiting for packet
- Packet arrived
- Prompt: Password:
- Loop (9 to 15)