bitfocus / companion-module-generic-ssh

MIT License
0 stars 2 forks source link

Keyboard Event is not handled propably #11

Open cx-networks-gmbh opened 1 week ago

cx-networks-gmbh commented 1 week ago

What is this problem about?

If the device requires an interactive keyboard prompt, this module cannot handle it. Although the event handler has been created for it, the event is not triggered.

What is the expected behavior?

Handle the “keyboard-interactive” event correctly.

How to reproduce this problem?

Use this module to connect to any device that requires an interactive keyboard login.

cx-networks-gmbh commented 1 week ago

Added fix with #12