[JSch-users] Authentication with password & key
Status: Alpha
Brought to you by:
ymnk
From: Răzvan R. <raz...@gm...> - 2016-10-14 15:50:33
|
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 |