Is this a bug or by design?

Session.connect() goes through a series of authorisation methods.
By default this includes
gssapi-keyex,gssapi-with-mic,publickey,password,keyboard-interactive

connect() first calls out to promptKeyboardInteractive().
If I cancel it it goes around the loop and calls out promptPassword()!

Shouldn't cancellation short-circuit the auth loop?

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to