add keyboard-interactive auth method#61
Conversation
add keyboard-interactive auth method to ssh plugin
|
@banuchka |
|
From some point of time Dell deprecated support for their IDRAC only with password method(not only Dell i think because of security reasons). So if client use only password method we have no luck to get into IDRAC/mgm module, for example:
the reason is that the client limit it's methods only with password. As soon as we just add support for keyboard-interactive method(we don't need to interact different with the host. For example we don't need to enter password interactive or answer questions etc), auth goes well:
I've added support not only for password auth on client side for goconserver and after that I may use ssh auth for my nodes. @gurevichmark hope I've explained problem, did I? Maybe it may help someone who is having problems with the same type of issue. Thanks UPD: one more example from goconserver's log when trying to use passwd auth for IDRAC where password auth is restricted for security reasons |
ssh auth with only Password auth doesn't work for some server's platforms.
For example on Dell R520/620/720 where you can't use ssh key auth because of license.