Issue Details
I want to automate SSH communication using LabVIEW.
The target device operates by receiving ASCII character commands sequentially while maintaining an SSH communication session. I tried using the PuTTY SSH Exec VI, but the SSH communication session gets disconnected after the first command and I'm unable to execute the follow up ASCII commands, which is causing issues.

In the above screenshot, I sent
gpascii,
save and
P0 command and get response from the connected device after each command.

On the other hand when I sent
gpascii command using LabVIEW, only the first command work and I get the response but it will automatically exit. The second command
save did not reach the device at all.
Could you please advise on how to maintain the SSH communication session?