jsch
jsch copied to clipboard
On keyboard-interactive authentication I get the local language prompt instead of the "password:"
trafficstars
Could you consider supporting custom prompts[1] via the jsch config?
[1] https://github.com/mwiede/jsch/blob/master/src/main/java/com/jcraft/jsch/UserAuthKeyboardInteractive.java#L132
Hi @coolbeevip,
Have you considered creating a custom UserInfo instance that implements UIKeyboardInteractive as a way to support custom prompts?
Thanks, Jeremy
Hi @coolbeevip,
Have you considered creating a custom
UserInfoinstance that implementsUIKeyboardInteractiveas a way to support custom prompts?Thanks, Jeremy
Thank you for your advice. I‘ll try it later