You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using SSHClient to collect information from some console server which just support keyboard_interactive not password.
Could team add a parameter to emulate it in the SSHClient? Such as: target = SSHClient(addr, user=username, password=password, keyboard_interactive=True)
The text was updated successfully, but these errors were encountered:
I have created a Pull Request to add the necessary support. I would appreciate it if you could review it at your earliest convenience.
Additionally, I've noticed that there have been no recent updates to this project. Could you kindly update me on the current status of the project? Is it still being maintained?
Hi Team,
I am using SSHClient to collect information from some console server which just support keyboard_interactive not password.
Could team add a parameter to emulate it in the SSHClient? Such as:
target = SSHClient(addr, user=username, password=password, keyboard_interactive=True)
The text was updated successfully, but these errors were encountered: