Is there something like a persistent SSH node available? I'm hoping it can behave like this: when Node-RED starts up or Deploy is pushed I'm hoping it can connect and then wait for input. Likewise, anything that is received would then be sent to the output.
I found node-red-contrib-bigssh but it's not a persistent connection. It connects, sends the command, returns the output and then disconnects.