Quote:
Originally Posted by uriah
Unfortunately it seems I got that string wrong last night.
Perhaps it would be better to have an option somewhere to override this type of connection?
|
Please try this
https://oss.azurewebsites.net/testr/dev-bu...4.3.1.1985.zip
As for adding support for custom prompts this could be done although the whole point of keyboard-interactive password prompts is to require the user to manually enter the information, however 90% of the time the keyboard-interactive prompt appears because the ssh server isn't configured correctly, an oversight by the person who set it up.
Most ssh servers allow you to edit the configuration and define the authentication methods (i.e. password, keyboard-interactive, key pair, etc) now they also allow you to set the order in which each authentication method is used, typically the order is based on how secure each method is, so maybe the order is key pair, keyboard-interactive, password. simply changing the order to request the password before keyboard-interactive will bypass the prompts.. there is of course the rare cases where management thinks prompting for the password is more secure, of course in these situations the password is also changing daily and never stored on the client computer.