The following works on my windows machine using PowerShell
ssh username@example.com
Now, I am trying to run the same command within PowerShell
using UiPath Studio
for RPA but I get the standard invalid command error -
Invoke Power Shell: the term 'ssh username@example.com' is not recognized as the name of a cmdlet, function, script file, or operable program...
However ssh.exe
does exist on the machine and I even tried providing the absolute path, same result.
Are there any additional configurations to be done on the UiPath / system end to make ssh executable via UiPath Studio?
Thanks in advance