Re: [JSch-users] Authentication with password & key
Status: Alpha
Brought to you by:
ymnk
From: Vikas V. <vvi...@ho...> - 2016-10-14 16:39:41
|
Have you tried config.put("PreferredAuthentications", "publickey,keyboard-interactive,password"); ________________________________ From: Răzvan Rotaru <raz...@gm...> Sent: Friday, October 14, 2016 11:49:45 AM To: jsc...@li... Subject: [JSch-users] Authentication with password & key Hi Jsch community, I am looking to use both password and key authentication in a single connect call, so that the password authentication is used as backup in case the key authentication fails. Adding the key with Jsch.addIdentity and password with Session.setUserInfo does not yield this behaviour. Of course I could call Session.connect twice, but I am wondering whether Jsch supports this. Many thanks, Razvan |