ParallelSSH / parallel-ssh

Asynchronous parallel SSH client library.
https://parallel-ssh.org
GNU Lesser General Public License v2.1
1.2k stars 149 forks source link

Add keyboard_interactive authentication for SSHClient #389

Open 8ar10der opened 7 months ago

8ar10der commented 7 months ago

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)

8ar10der commented 7 months ago

https://github.com/ParallelSSH/ssh2-python/issues/58

8ar10der commented 7 months ago

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.