Re: [JSch-users] Keyboard-interactive authentication

2013-10-31 Thread Shai Ayal
Wow, I see it's already implemented! That was fast :) Next time I'll read before I post Thanks again, SHai On Thu, Oct 31, 2013 at 8:44 PM, Shai Ayal wrote: > Hi, > > Thanks for jsch -- I use it in my open source android application > SPT

[JSch-users] Keyboard-interactive authentication

2013-10-31 Thread Shai Ayal
Hi, Thanks for jsch -- I use it in my open source android application SPT- persistent SSH tunnels for android. Recently a user asked about supporting keyboard-interactive authentication (as opposed to the already supported password authenticatio

[JSch-users] Keyboard Interactive Authentication

2011-04-20 Thread Axel Gallus
Hello, when I login in my cisco router via putty, I will see: login as: username You are now logging in. host@ip'S: password This is the message of the day. prompt# Whereas when I login via Jsch's KI programmatically, I (only) will see/receive: This is the message of the day. prompt#

[JSch-users] 'keyboard-interactive' authentication . sshd is using PAM for authentication

2008-12-01 Thread sujata patra
I like to configure an PAM sshd and using jsch as client. I looked in to the session.java code . Befeore calling , String[] _response=kbi.promptKeyboardInteractive(dest, name,