05-17-2022 03:44 AM
Yes. i tried sending same command that i was using on commandline ssh. and getting below error: "Pseudo-terminal will not be allocated because stdin is not a terminal.". Any leads to overcome this would help me.
05-17-2022 04:24 AM - edited 05-17-2022 04:25 AM
Your command tries to start ssh.exe and connect to your target! That has already been taken care of by the Open SSH Client for you. You need to enter now the real shell commands that are supposed to operate on your actual target.
05-24-2022 12:39 AM
As suggested, LabView 2021 has suppport for ssh communication and worked for me. Thanks.