Hi I have a use case as below
- Open Putty
- Enter username and password
- Enter a command and get the results from that command.
I used UipathTeam.ssh connector activity and able to login using ssh connection scope but when I am trying to run a command using SSH Run command but faced an error.
Command : oc get pod
Error message : bash: oc command not found.
Exit code : 127
But when I ran the same command using Putty manually i got the desired result. Not sure if I am missing something or some configuratinons need to be made.
And one more thing when I just tried to run a command ls using UiPath activity I got the output . Seems like issue is with oc command. Can someone please guide on this. Thank you.