Răzvan Rotaru
2016-10-14 15:49:45 UTC
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
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