Add keyboard_interactive authentication for SSHClient
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)
https://github.com/ParallelSSH/ssh2-python/issues/58
Hello @pkittenis,
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?
Thank you for your time.