parallel-ssh icon indicating copy to clipboard operation
parallel-ssh copied to clipboard

Add keyboard_interactive authentication for SSHClient

Open 8ar10der opened this issue 1 year ago • 3 comments

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 avatar Mar 05 '24 16:03 8ar10der

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

8ar10der avatar Mar 05 '24 17:03 8ar10der

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.

8ar10der avatar Mar 06 '24 16:03 8ar10der