jsch icon indicating copy to clipboard operation
jsch copied to clipboard

On keyboard-interactive authentication I get the local language prompt instead of the "password:"

Open coolbeevip opened this issue 3 years ago • 2 comments
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

coolbeevip avatar Nov 12 '22 15:11 coolbeevip

Hi @coolbeevip,

Have you considered creating a custom UserInfo instance that implements UIKeyboardInteractive as a way to support custom prompts?

Thanks, Jeremy

norrisjeremy avatar Nov 15 '22 14:11 norrisjeremy

Hi @coolbeevip,

Have you considered creating a custom UserInfo instance that implements UIKeyboardInteractive as a way to support custom prompts?

Thanks, Jeremy

Thank you for your advice. I‘ll try it later

coolbeevip avatar Nov 21 '22 15:11 coolbeevip