I need to login into SSH. I use here SSH Scope activity. Then I need to relog in the same session. I wanted to do it with Command SSH activity, but after sudo when it asks me for password and a command with password doesnt work. I tried to do something like echo “PASSWORD” | sudo -u USER, but it doesnt work either.
Does anyone know how to do this?
Could you let us know how you are currently trying to achieve it in UiPath Studio?
(including the configuration of your activities and from which packages they come from)
Hi Marek. Please check the latest version of the SSH Connection activity package which includes the SSHRunShellCommandActivity that might work better for this application. Information about this can be found in the description on Marketplace. Let us know how it goes.