I am considering managing some network equipment (switches) with the
'raw' module. This requires sending commands to the switch in an
interactive session (command streamed before receiving the switch's
prompt are ignored), performing successive 'wait for prompt/send
command' steps [over a 'raw' ssh session]. Is there any existing support
for such interactive processing (generalizing the circuitry providing
optional stdin data)? If not, would there be interest in it?
I guess this could apply to the 'raw', but also possibly 'shell' and
'command' modules.
Thomas.